ModelRetryConfig:
GatewayAgentClientOptions carries structured response, routing, provider, reasoning, tool-choice, prompt-cache, and additional request options.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Validate .NET agent outputs and retry bounded model failures.
ModelRetryConfig:
ModelRetry = new ModelRetryConfig
{
MaxRetries = 2,
Backoff = TimeSpan.FromMilliseconds(250),
}
GatewayAgentClientOptions carries structured response, routing, provider, reasoning, tool-choice, prompt-cache, and additional request options.
Was this page helpful?