From 70296a3bf28d574571f7e0411504a5f3b6e3e472 Mon Sep 17 00:00:00 2001 From: narawat Date: Sat, 8 Aug 2026 12:21:52 +0700 Subject: [PATCH] update --- src/utils.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index db3e51d..fb75d77 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -113,7 +113,7 @@ function prepareContext(state::agentState)::agentContext #TODO filter tools from state.tools based on user intend in user message and tool description filteredTools = state.tools - #TODO add tools to current system prompt + #TODO add filtered tools to the current system prompt / modify systemPrompt here preparedSystemPrompt = state.systemPrompt #TODO add system prompt, adjust/modify and inject additional context into messages @@ -375,7 +375,7 @@ function validateToolArguments(tool::agentTool, prepared::agentToolCall)::Dict{S end return prepared.arguments -end +end