This commit is contained in:
2025-03-19 19:11:06 +07:00
parent 418c543d44
commit 83a20faab6
2 changed files with 4 additions and 3 deletions

View File

@@ -816,8 +816,8 @@ julia>
- Each state in highValueStateList should contain a thoughtHistory with action_input and observation
- The LLM evaluates attempts based on accuracy and relevance to the original question
"""
function compareState(question::String, highValueStateList::Vector{Dict},
text2textInstructLLM::Function)::Integer
function compareState(question::String, highValueStateList::Vector{T},
text2textInstructLLM::Function)::Integer where {T<:AbstractDict}
systemmsg =
"""