beaker-kernel
    Preparing search index...

    Interface IBeakerQueryThoughtEvent

    interface IBeakerQueryThoughtEvent {
        content: {
            background_code_executions: BackgroundCodeContent[];
            thought: string;
            tool_input: any;
            tool_name: string;
        };
        type: "thought";
        [key: string]: undefined
        | PartialJSONValue;
    }

    Hierarchy

    • PartialJSONObject
      • IBeakerQueryThoughtEvent

    Indexable

    • [key: string]: undefined | PartialJSONValue
    Index

    Properties

    Properties

    content: {
        background_code_executions: BackgroundCodeContent[];
        thought: string;
        tool_input: any;
        tool_name: string;
    }
    type: "thought"