Skip to content

ToolCallLLMWrapper

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ implementationNoconstNo-Implementation
- tool_message_promptNostringNo-Tool Message Prompt
- llm_unitNoReference[LLMUnit]No--
- modelNoReference[LLMModel]No--

1. Property implementation

Title: Implementation

Typeconst
RequiredYes

Specific value: "ToolCallLLMWrapper"

2. Property tool_message_prompt

Title: Tool Message Prompt

Typestring
RequiredNo
Default"You must follow these instructions:\nYou can select zero or more of the above tools based on the user query\nIf there are multiple tools required, make sure a list of tools are returned in a JSON array.\nIf there is no tool that match the user request or you have already answered the question, you will respond with empty json array for the tools.\nYou can also add any additional notes or explanations in the notes field."

3. Property llm_unit

TypeReference[LLMUnit]
RequiredNo
Default{"implementation": "LLMUnit"}

4. Property model

TypeReference[LLMModel]
RequiredNo
Defaultnull