Package-level declarations

Types

Link copied to clipboard
class JsonStructure<TStruct>(id: String, schema: LLMParams.Schema.JSON, examples: List<TStruct>, val serializer: KSerializer<TStruct>, val json: Json, definitionPrompt: (builder: TextContentBuilderBase<*>, structuredData: JsonStructure<TStruct>) -> TextContentBuilderBase<*> = ::defaultDefinitionPrompt) : Structure<TStruct, LLMParams.Schema.JSON>

Represents a structure for handling and interacting with structured data of a specified type.