Type Alias GetToolFunctionParamsRespBody

GetToolFunctionParamsRespBody: {
    parameters?: unknown;
}

Response body for getting the parameters of a tool function

Type declaration

  • Optionalparameters?: unknown

    Parameters for the tool function.