Tela SDK for JavaScript
    Preparing search index...

    Request body for creating a task.

    type CreateTaskBody = {
        name?: string;
        promptApplicationId: string;
        rawInput: { variables: any };
        tags?: string[];
    }
    Index

    Properties

    name?: string
    promptApplicationId: string
    rawInput: { variables: any }
    tags?: string[]