AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class RequiredAction

    Details on the action required to continue the Run.

    Will be null if no action is required.

    Inheritance
    object
    RequiredAction
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class RequiredAction

    Properties

    SubmitToolOutputs

    Details on the tool outputs needed for this run to continue.

    Declaration
    public ToolOutputsSubmission SubmitToolOutputs { get; set; }
    Property Value
    Type Description
    ToolOutputsSubmission

    Type

    For now, this is always SubmitToolOutputs.

    Declaration
    public RequiredActionType Type { get; set; }
    Property Value
    Type Description
    RequiredActionType
    In this article
    Back to top Generated by DocFX