Delegation: {
    type: "client";
} | {
    responses: ResponsesConfig;
    type: "responses";
}

Choose the backend Responses model or application callbacks.

Type declaration

  • type: "client"

Type declaration