@jataware/beaker-client
    Preparing search index...

    Interface IBeakerQueryThoughtEvent

    interface IBeakerQueryThoughtEvent {
        content: {
            thought: string;
            thought_id: string;
            tool_calls: IBeakerToolCall[];
        };
        type: "thought";
        [key: string]: PartialJSONValue
        | undefined;
    }

    Hierarchy

    • PartialJSONObject
      • IBeakerQueryThoughtEvent

    Indexable

    • [key: string]: PartialJSONValue | undefined
    Index

    Properties

    Properties

    content: { thought: string; thought_id: string; tool_calls: IBeakerToolCall[] }
    type: "thought"