This commit is contained in:
2023-11-01 10:16:42 +00:00
parent 1fd57640b0
commit 0a53a25c6d
16 changed files with 2 additions and 2 deletions
Vendored Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
Regular → Executable
View File
Regular → Executable
+2 -2
View File
@@ -57,9 +57,9 @@ end
function agent(
agentName::String,
systemMessage::String, # system message of an agent
maxUserMsg::Int=10,
mqttClientSpec::Tuple;
availableRole::AbstractArray=["system", "user", "assistant"],)
availableRole::AbstractArray=["system", "user", "assistant"],
maxUserMsg::Int=10,)
newAgent= agent()
newAgent.availableRole= availableRole