foundry-local-sdk / ResponsesClientSettings
Configuration settings for the Responses API client. Properties use camelCase in JS and are serialized to snake_case for the API.
new ResponsesClientSettings(): ResponsesClientSettings;ResponsesClientSettings
optional frequencyPenalty?: number;optional instructions?: string;System-level instructions to guide the model.
optional maxOutputTokens?: number;optional metadata?: Record<string, string>;optional parallelToolCalls?: boolean;optional presencePenalty?: number;optional reasoning?: ReasoningConfig;optional seed?: number;optional store?: boolean;optional temperature?: number;optional text?: TextConfig;optional toolChoice?: ResponseToolChoice;optional topP?: number;optional truncation?: TruncationStrategy;