- after setup and the agent is responding normally to queries, ask "list all files in the /home/ada/workspace directory"
- the agent (main) responds with "I am on it and will report soon"
- no further updates
- logs show the following:
2026-02-24T19:19:06.766695Z ERROR spacebot::agent::channel: message=worker failedworker_id=5aa09f7d-4f63-4e48-8a7a-8e525c377544error=CompletionError: ProviderError: OpenAI API error (400 Bad Request): tool call validation failed: attempted to call tool 'file={"operation": "list", "path": "/home/ada/workspace"}' which was not in request.tools
Tried a few times, restarted SpaceBot but same issue is seen. The models for channel, branch and worker etc are setup properly (channel and branch use the same codex model and worker uses llama model via groq).