Skip to content

Commit

Permalink
fix: Comment out unused query part
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed May 7, 2024
1 parent 295bf3b commit 3545c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/models/entry/proc_mem_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def proc_mem_context_query(
# Search for tools
?[role, name, content, token_count, created_at, index] :=
*_input{{agent_id, tool_query}},
#*_input{{agent_id, tool_query}},
# ~agent_functions:embedding_space {{
# agent_id,
# name: fn_name,
Expand Down

0 comments on commit 3545c1c

Please sign in to comment.