@valon-technologies/gestalt
    Preparing search index...

    Type Alias ExecuteAgentToolRequest

    ExecuteAgentToolRequest: Message<"gestalt.provider.v1.ExecuteAgentToolRequest"> & {
        sessionId: string;
        turnId: string;
        toolCallId: string;
        toolId: string;
        arguments?: JsonObject;
        toolGrant: string;
        idempotencyKey: string;
    }

    Type Declaration

    • sessionId: string

      from field: string session_id = 1;

    • turnId: string

      from field: string turn_id = 2;

    • toolCallId: string

      from field: string tool_call_id = 3;

    • toolId: string

      from field: string tool_id = 4;

    • Optionalarguments?: JsonObject

      from field: google.protobuf.Struct arguments = 5;

    • toolGrant: string

      from field: string tool_grant = 6;

    • idempotencyKey: string

      from field: string idempotency_key = 7;

    from message gestalt.provider.v1.ExecuteAgentToolRequest