Class AssistantRunOptions
- Namespace
- AntRunnerLib
- Assembly
- AntRunnerLib.dll
Represents the options for running an assistant.
public class AssistantRunOptions
- Inheritance
-
System.ObjectAssistantRunOptions
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
Properties
Files
Future...
public List<ResourceFile>? Files { get; set; }
Property Value
- System.Nullable<List<ResourceFile>>
OauthUserAccessToken
Passed in from the starter. The web api gets the Authorization header value if it exists, otherwise null
public string OauthUserAccessToken { get; set; }
Property Value
- System.String
ThreadId
Gets or sets the thread identifier of a previous assistant run.
public string ThreadId { get; set; }
Property Value
- System.String
UseConversationEvaluator
If this is false, the orchestration will not use ConversationUserProxy The suborchestration for ConversationUserProxy uses 'false'
public bool UseConversationEvaluator { get; set; }
Property Value
- System.Boolean