update
This commit is contained in:
@@ -252,6 +252,7 @@ mutable struct agentState # Mutable runtime state of an agen
|
||||
tools::Vector{agentTool} # Available tools
|
||||
messages::Vector{agentMessage} # Conversation messages
|
||||
pendingToolCalls::Vector{String} # Tool call IDs waiting for results
|
||||
activeRun::Bool # is agent processing user message?
|
||||
errorMessage::Union{String, Nothing} # Last error message
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user