Class AnthropicCompletionOptions
Inheritance
object
AnthropicCompletionOptions
Assembly: .dll
Syntax
public class AnthropicCompletionOptions : ICompletionOptions, IGENOptions
Properties
Api
Declaration
Property Value
Container
Optional. Container identifier for reuse across requests.
Declaration
public string Container { get; set; }
Property Value
McpServers
Optional. MCP servers to be utilized in this request
Declaration
public List<McpServer> McpServers { get; set; }
Property Value
Optional. An object describing metadata about the request.
Declaration
public AnthropicMetadata Metadata { get; set; }
Property Value
ServiceTier
Declaration
public AnthropicTypes.ServiceTier? ServiceTier { get; set; }
Property Value
Thinking
Declaration
public ThinkingConfig Thinking { get; set; }
Property Value
TopK
Declaration
public int? TopK { get; set; }
Property Value
TopP
Declaration
public float? TopP { get; set; }
Property Value
Implements