Class: ChatClientSettings
March 27, 2026 ยท View on GitHub
foundry-local-sdk / ChatClientSettings
Class: ChatClientSettings
Constructors
Constructor
new ChatClientSettings(): ChatClientSettings;
Returns
ChatClientSettings
Properties
frequencyPenalty?
optional frequencyPenalty?: number;
maxTokens?
optional maxTokens?: number;
n?
optional n?: number;
presencePenalty?
optional presencePenalty?: number;
randomSeed?
optional randomSeed?: number;
responseFormat?
optional responseFormat?: ResponseFormat;
temperature?
optional temperature?: number;
toolChoice?
optional toolChoice?: ToolChoice;
topK?
optional topK?: number;
topP?
optional topP?: number;