Llm Call
Spec for calling an LLM. Optional LlmOptions, plus tool callbacks and prompt contributors.
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Whether to generate examples for the prompt. Defaults to unknown: Set to false if generating your own examples.
Link copied to clipboard
Tool callbacks referenced or exposed.
Link copied to clipboard
Tool groups exposed. This will include directly registered tool groups and tool groups resolved from ToolGroups.
Functions
Link copied to clipboard
open fun resolveToolCallbacks(toolGroupResolver: ToolGroupResolver): List<<Error class: unknown class>>