Chartbreaker
    Preparing search index...

    Type Alias ToolAction

    type ToolAction = {
        id: string;
        name: string;
        result: "tool";
    }
    Index

    Properties

    Properties

    id: string
    name: string
    result: "tool"