base_url
Method
This is a method of the AgentBuilder class in the builder module.Set the base URL for the LLM API
Signature
Parameters
No description available.
Returns
The result of the operation.
base_url: Set the base URL for the LLM API
This is a method of the AgentBuilder class in the builder module.Set the base URL for the LLM API
def base_url(mut self, url: impl Into<String>) -> Self