Pass caller LLM runtime options
All checks were successful
build / build (push) Successful in 27s

This commit is contained in:
robert
2026-05-21 13:58:18 -03:00
parent 7317b41755
commit c009b2f081
3 changed files with 20 additions and 7 deletions

View File

@@ -116,6 +116,9 @@ class AgentBuilder(A2AAgent[BuilderConfig, NoAuth]):
llm_base_url=creds.base_url,
llm_api_key=creds.api_key,
llm_model=creds.model,
llm_temperature_mode=creds.temperature_mode,
llm_temperature=creds.temperature,
llm_extra_body=creds.extra_body,
))
user_msg = (