To reproduce:
- Clone GitHub Assistant, configure .env with API keys and GitHub tokens
make docker-serve (or sudo make docker-serve)
- Go to web app on port 3000
- Use Eidolon Developer Tool app
- Scroll down to either
repo_code_search or repo_doc_search
- Run operation
list_files just for good measure. It should read "No Input" and end successfully with "Conversation Terminated. This conversation has ended. You can start a new one."
- Start a new conversation, this time running operation
search. Type anything, e.g., toolhouse.
Error
Exception: {"error":"InvalidArgumentError","message":"Expected where to have exactly one operator, got {}"} (trace ID: 0)
See server logs for more details
Logs attached (full logs including server startup): github-assistant-error-issue-952.txt
To reproduce:
make docker-serve(orsudo make docker-serve)repo_code_searchorrepo_doc_searchlist_filesjust for good measure. It should read "No Input" and end successfully with "Conversation Terminated. This conversation has ended. You can start a new one."search. Type anything, e.g., toolhouse.Error
Exception: {"error":"InvalidArgumentError","message":"Expected where to have exactly one operator, got {}"} (trace ID: 0)
See server logs for more details
Logs attached (full logs including server startup): github-assistant-error-issue-952.txt