menu
llm_dart package
documentation
models/tool_models.dart
StructuredOutputFormat
StructuredOutputFormat.new const constructor
StructuredOutputFormat.new const constructor
dark_mode
light_mode
StructuredOutputFormat
constructor
const
StructuredOutputFormat
(
{
required
String
name
,
String
?
description
,
Map
<
String
,
dynamic
>
?
schema
,
bool
?
strict
,
})
Implementation
const StructuredOutputFormat({ required this.name, this.description, this.schema, this.strict, });
llm_dart package
documentation
models/tool_models
StructuredOutputFormat
StructuredOutputFormat.new const constructor
StructuredOutputFormat class