llmModel
Sets the large language model (LLM) for the agent builder.
Return
The current instance of GraphAgentBuilder<Input, Output> for method chaining.
Parameters
model
The LLModel instance representing the large language model to be used by the agent.