Skip to content

Navigation Menu

Sign in
Sign up

error from 'explain what this project does' #656

Discussion options

I followed the quickstart with an existing repo and used the prompt "explain what this project does". I setup and authed Github Copilot. I got this error:

Error: github-copilot request failed with status 400 for model gpt-5.6-terra: Invalid 'input[1].name':
 ▊ empty string. Expected a string with minimum length 1, but got an empty string instead.

I'm not sure where to go from here. tau 0.4.0 from the official installer (used homebrew on macos)

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

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.

You must be logged in to vote
1 reply
Comment options

Thanks, that worked.

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

AltStyle によって変換されたページ (->オリジナル) /