ToolCallLLMWrapper
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
- implementation | No | const | No | - | ToolCallLLMWrapper |
- tool_message_prompt | No | string | No | - | Tool Message Prompt |
- llm_unit | No | Reference[LLMUnit] | No | In LLMUnit | Overview of LLMUnit components |
- model | No | Reference[LLMModel] | No | In LLMModel | Overview of LLMModel components |
1. Property implementation
Type | const |
Required | No |
Description: ToolCallLLMWrapper
Specific value: "ToolCallLLMWrapper"
2. Property tool_message_prompt
Title: Tool Message Prompt
Type | string |
Required | No |
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
Type | Reference[LLMUnit] |
Required | No |
Default | {"implementation": "LLMUnit"} |
Defined in | LLMUnit |
Description: Overview of LLMUnit components
4. Property model
Type | Reference[LLMModel] |
Required | No |
Default | null |
Defined in | LLMModel |
Description: Overview of LLMModel components