Uses of Record Class
ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec

Packages that use ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec
Package
Description
Jackson-deserialisable Java records mirroring the OpenAI Chat Completions API request and response shapes.
  • Uses of ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec in ai.doctruth.internal.providers.openai.wire

    Methods in ai.doctruth.internal.providers.openai.wire that return ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec in in in in
    Modifier and Type
    Method
    Description
    ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec
    ResponseFormat.json_schema()
     
    Constructors in ai.doctruth.internal.providers.openai.wire with parameters of type ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec in in in in
    Modifier
    Constructor
    Description
     
    ResponseFormat(String type, ai.doctruth.internal.providers.openai.wire.JsonSchemaSpec json_schema)