diff --git a/scripts/agent_manager.py b/scripts/agent_manager.py index ef0227dea2..ad120c4059 100644 --- a/scripts/agent_manager.py +++ b/scripts/agent_manager.py @@ -4,7 +4,7 @@ next_key = 0 agents = {} # key, (task, full_message_history, model) # Create new GPT agent - +# TODO: Centralise use of create_chat_completion() to globally enforce token limit def create_agent(task, prompt, model): global next_key