-
-
Notifications
You must be signed in to change notification settings - Fork 10k
Open
Labels
feature requestNew feature or requestNew feature or request
Description
🚀 The feature, motivation and pitch
When using vllm generated tool_call message, then send the response to OpenAI, it report:
messages[2].tool_calls[0].id': string too long. Expected a string with maximum length 40, but got a string with
length 46 instead.
This because of the random_tool_id using format: chatcmpl-tool-{uuid}
, any way to config the prefix?
Alternatives
No response
Additional context
No response
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request