This commit is contained in:
narawat lamaiin
2024-10-13 06:39:05 +07:00
parent be10d24d61
commit 7b2d85da48
2 changed files with 7 additions and 7 deletions

View File

@@ -341,7 +341,7 @@ function getdata_transition(state::T, args::NamedTuple
reward=0,
isterminal=false)
end
println("getdata_transition() 1 ", @__FILE__, " ", @__LINE__)
newstate[:code] = sql
newstate[:response] = response
newstate[:errorexplain] = thought
@@ -352,7 +352,7 @@ function getdata_transition(state::T, args::NamedTuple
extracted = extractContent_dataframe(response, context, text2textInstructLLM)
newstate[:response] = extracted
end
println("getdata_transition() 2 ", @__FILE__, " ", @__LINE__)
stateevaluation = "None"
progressvalue = 0