Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Variable ToolCallSchemaConst Internal

    ToolCallSchema: ZodObject<
        {
            function: ZodObject<{ arguments: ZodString; name: ZodString }, $strip>;
            id: ZodString;
            type: ZodLiteral<"function">;
        },
        $strip,
    > = ...

    A tool call made by the assistant.