agentic-openapi-parser
    Preparing search index...

    Function buildZodSchemaForTool

    • Builds the full tool-call schema (parameters + requestBody, if any) for a tool definition.

      Parameters

      Returns ZodObject<
          Readonly<
              {
                  [k: string]: $ZodType<
                      unknown,
                      unknown,
                      $ZodTypeInternals<unknown, unknown>,
                  >;
              },
          >,
      >