update
This commit is contained in:
@@ -161,7 +161,7 @@ function decisionMaker(config::T1, state::T2)::Dict{Symbol, Any} where {T1<:Abst
|
||||
You should only respond in JSON format as describe below:
|
||||
{
|
||||
"thought": "your reasoning",
|
||||
"action": {"name": "action to take", "input": "Action input"},
|
||||
"action": {"name": "action to take", "input": "action input"},
|
||||
"observation": "result of the action"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user