-
Notifications
You must be signed in to change notification settings - Fork 47
wip bug squashing #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
wip bug squashing #105
Conversation
|
@claude What do you think about this? |
|
@claude What is going on here? Is this good stuff? |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@claude What's going on here? |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@claude Come up with 6 reasons why this code is DOPE. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@claude How does this look? |
|
@claude how does this look? |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
@claude check out this PR |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
| // Check if all tool calls are completed | ||
| // Check if all tool calls are completed and have valid results | ||
| allCompleted := true | ||
| allHaveValidResults := true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't understand how allHaveValidResults is different from !allCompleted
| } | ||
|
|
||
| // Additionally check for empty or missing results | ||
| if tc.Status.Result == "" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we got here that sounds like a bug in the toolcall controller?? We can be defensive here but what's the underlying cause of this? How did we get a TC in succeeded or Error but with no result?
Issues and Status
ENG-1217: 4xx Error Detection (In Progress)
task_controller_error_test.goENG-1304: Double-sending to LLM (Fixed)
ReadyForLLMthen immediately requeuesSendContextWindowToLLMintermediate stateENG-1233: Tool Result Collection (Fixed)
ENG-1299: Tool Use Ordering (Fixed)
ENG-1177: MCP Server Test Failures (Fixed)
Next Steps
Challenges