LLMConfig
LLM tool config.
Attributes
attributetypeLiteral['llm']= Field(default='llm')attributemodelstr= Field(description='Model used to generate the tool result.')attributeinstructionsstr | None= Field(default=None, description='Instructions guiding the generated result.')