AxUCPSchemaValidationOptions
Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ucp/schema.ts#L4
Properties
| Property | Type |
|---|---|
fetch? | { (input: URL | RequestInfo, init?: RequestInit): Promise<Response>; (input: string | URL | Request, init?: RequestInit): Promise<Response>; } |
maxDepth? | number |
maxDocuments? | number |
ssrfProtection? | AxMCPSSRFProtectionOptions |