Use sandbox client for builder validation
All checks were successful
build / build (push) Successful in 14s
All checks were successful
build / build (push) Successful in 14s
This commit is contained in:
@@ -29,7 +29,7 @@ Reserve `LLMProvisioning.PLATFORM_OR_CALLER_PROVIDED` for legacy compatibility.
|
||||
In every mode, read `ctx.llm`;
|
||||
never read `A2A_LITELLM_KEY`, `OPENAI_API_KEY`, provider keys, or platform
|
||||
secrets directly. If `ctx.llm.api_key` is empty, return a clear setup/config
|
||||
result before constructing `ChatOpenAI`.
|
||||
result before constructing a model or calling `create_a2a_deep_agent`.
|
||||
|
||||
`Pricing` only accepts `price_per_call_usd`, `caller_pays_llm`, and `notes`.
|
||||
Do not put `runtime.pricing.compute`, `runtime.pricing.total_usd`, `compute=`,
|
||||
|
||||
Reference in New Issue
Block a user