Interface Block

Hierarchy

  • Block

Properties

conversation_id: string
error: null
message: {
    content: {
        content_type: "text";
        parts: string[];
    };
    create_time: null;
    end_turn: null;
    id: string;
    metadata: unknown;
    recipient: "all";
    role: "assistant";
    update_time: null;
    user: null;
    weight: number;
}

Type declaration

  • content: {
        content_type: "text";
        parts: string[];
    }
    • content_type: "text"
    • parts: string[]
  • create_time: null
  • end_turn: null
  • id: string
  • metadata: unknown
  • recipient: "all"
  • role: "assistant"
  • update_time: null
  • user: null
  • weight: number

Generated using TypeDoc