When I use an Agent without any tools to call an LLM that is self-deployed via vLLM, I encounter the following error: tools must not be an empty array. I found that this is to comply with OpenAI's validation rules, and vLLM applied this rule in this PR.
When I use an Agent without any tools to call an LLM that is self-deployed via vLLM, I encounter the following error:
toolsmust not be an empty array. I found that this is to comply with OpenAI's validation rules, and vLLM applied this rule in this PR.