Skip to content
Discussion options

You must be logged in to vote

This is a Tau 0.4.0 Copilot Responses-API bug, not anything in your repository. The first tool turn has been recorded with an empty function name; on the next loop Tau serializes that as input[1].name: "", which Copilot rejects.

Until that path is fixed, start a clean session on a Copilot model that Tau routes through chat completions:

tau --provider github-copilot --model gpt-4.1 --new-session

Changing model inside the failed session isn't enough, because the empty tool call is already in its history. I reproduced the empty-name serialization on v0.4.0; Tau's bundled catalog routes gpt-4.1 through chat completions rather than the affected Responses path.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dschneider-wxs
Comment options

Answer selected by dschneider-wxs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants