This commit is contained in:
2026-08-08 12:21:52 +07:00
parent 75b2ce5978
commit 70296a3bf2
+1 -1
View File
@@ -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 #TODO filter tools from state.tools based on user intend in user message and tool description
filteredTools = state.tools 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 preparedSystemPrompt = state.systemPrompt
#TODO add system prompt, adjust/modify and inject additional context into messages #TODO add system prompt, adjust/modify and inject additional context into messages