requestLLMOnlyCallingTools

Sends a message to a Large Language Model (LLM) that will only call tools without generating text responses. The message becomes part of the current prompt, and the LLM is instructed to only use tools.

Return

The LLM response containing tool calls.

Parameters

message

The content of the message to be sent to the LLM.