This commit is contained in:
narawat lamaiin
2024-06-29 19:59:28 +07:00
parent 35124f7345
commit 180bd16018

View File

@@ -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: You should only respond in JSON format as describe below:
{ {
"thought": "your reasoning", "thought": "your reasoning",
"action": {"name": "action to take", "input": "Action input"}, "action": {"name": "action to take", "input": "action input"},
"observation": "result of the action" "observation": "result of the action"
} }