4 references to StrictSchemaTransformCache
Microsoft.Extensions.AI.OpenAI (4)
OpenAIAssistantsChatClient.cs (1)
415
case ChatResponseFormatJson jsonFormat when OpenAIClientExtensions.
StrictSchemaTransformCache
.GetOrCreateTransformedSchema(jsonFormat) is { } jsonSchema:
OpenAIChatClient.cs (1)
627
ChatResponseFormatJson jsonFormat when OpenAIClientExtensions.
StrictSchemaTransformCache
.GetOrCreateTransformedSchema(jsonFormat) is { } jsonSchema =>
OpenAIClientExtensions.cs (1)
184
StrictSchemaTransformCache
.GetOrCreateTransformedSchema(aiFunction) :
OpenAIResponsesChatClient.cs (1)
556
ChatResponseFormatJson jsonFormat when OpenAIClientExtensions.
StrictSchemaTransformCache
.GetOrCreateTransformedSchema(jsonFormat) is { } jsonSchema =>