ParsedToolCall: {
    args: Record<string, any>;
    arguments: Record<string, any>;
    name: string;
    type: string;
    id?: string;
}

Type declaration

  • args: Record<string, any>
  • arguments: Record<string, any>

    ⚠️ Deprecated ⚠️

    Use args instead. Will be removed in 0.2.0.

    This feature is deprecated and will be removed in the future.

    It is not recommended for use.

  • name: string

    Deprecated

    Use type instead. Will be removed in 0.2.0.

  • type: string
  • Optional id?: string

Generated using TypeDoc