Skip to content
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

multiple requests at the same time #7

Open
derenrich opened this issue Dec 21, 2024 · 0 comments
Open

multiple requests at the same time #7

derenrich opened this issue Dec 21, 2024 · 0 comments

Comments

@derenrich
Copy link

when using this with openai i get an error like

Error: invalid_request_error: An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_OBj7vr6sZNBBSwCE5b7KmxAl, call_3fxB5UUMeL6i6G7I3HraVfY9, call_qRqRGsLzDM3OeF64rn9FBNVB, call_QBEeDV5ObrwvpAqJedFeqMrw

but this only happens if i give it a prompt that requires multiple sequential calls to the MCP tools.

the mcp server I'm using works ok with the claude desktop app and it works with ollama (but ollama seems incapable of making a bunch of queries in a row).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant