From 180bd1601873a5e10291c8cb0c6b0733f01425ea Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Sat, 29 Jun 2024 19:59:28 +0700 Subject: [PATCH] update --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index a266cf0..b71f105 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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" }