Type Alias: GatewayInferenceInputIncludable
type GatewayInferenceInputIncludable =
| "file_search_call.results"
| "message.input_image.image_url"
| "computer_call_output.output.image_url";
Defined in: src/models/ai-gateway-inference.ts:3383
Portkey Includable; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputIncludableSchema.parse(value);`