@valon-technologies/gestalt
    Preparing search index...
    ResolvedAgentTool: Message<"gestalt.provider.v1.ResolvedAgentTool"> & {
        id: string;
        name: string;
        description: string;
        parametersSchema?: JsonObject;
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • name: string

      from field: string name = 2;

    • description: string

      from field: string description = 3;

    • OptionalparametersSchema?: JsonObject

      from field: google.protobuf.Struct parameters_schema = 5;

    from message gestalt.provider.v1.ResolvedAgentTool