Package-level declarations
Types
Link copied to clipboard
class JsonStructuredData<TStruct>(id: String, schema: LLMParams.Schema.JSON, examples: List<TStruct>, val serializer: KSerializer<TStruct>, val json: Json, definitionPrompt: (builder: TextContentBuilderBase<*>, structuredData: JsonStructuredData<TStruct>) -> TextContentBuilderBase<*> = ::defaultDefinitionPrompt) : StructuredData<TStruct, LLMParams.Schema.JSON>
Represents a structure for handling and interacting with structured data of a specified type.