Interface IResponsesOptions
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IResponsesOptions : ITextGenerationOptions, IGenerationOptions
Properties
|
Edit this page
View Source
ConversationId
Declaration
string ConversationId { get; }
Property Value
|
Edit this page
View Source
Declaration
int MaxToolCalls { get; }
Property Value
|
Edit this page
View Source
Declaration
bool ParallelToolCalls { get; }
Property Value
|
Edit this page
View Source
PreviousResponseId
Declaration
string PreviousResponseId { get; }
Property Value
|
Edit this page
View Source
TruncationStrategy
Declaration
TruncationStrategy TruncationStrategy { get; }
Property Value
Extension Methods