update
This commit is contained in:
+2
-2
@@ -369,8 +369,8 @@ mutable struct yiemAgent <: agent # High-level agent wrapper
|
|||||||
|
|
||||||
_task::Union{Task, Nothing} # Background task running the agent loop
|
_task::Union{Task, Nothing} # Background task running the agent loop
|
||||||
|
|
||||||
# Preprocess/transform messages and context (modify, filter, prune, inject, reorder,
|
# Preprocess/transform messages and context (modify, filter, prune, inject context from memory,
|
||||||
# add context from memory, ...) for a single LLM call in _process_message()'s loop.
|
# reorder, ...) for a single LLM call in _process_message()'s loop.
|
||||||
# returns new Vector{agentMessage}
|
# returns new Vector{agentMessage}
|
||||||
preprocessContext ::Union{Function, Nothing}
|
preprocessContext ::Union{Function, Nothing}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user