core-utils
Preparing search index...
@clipboard-health/tribunal
StructuredOutputInput
Interface StructuredOutputInput<T>
interface
StructuredOutputInput
<
T
>
{
model
:
ModelSpec
;
prompt
:
string
;
reasoningLevel
?:
ReasoningLevel
;
schema
:
ZodType
<
T
>
;
system
:
string
;
}
Type Parameters
T
Index
Properties
model
prompt
reasoning
Level?
schema
system
Properties
model
model
:
ModelSpec
prompt
prompt
:
string
Optional
reasoning
Level
reasoningLevel
?:
ReasoningLevel
schema
schema
:
ZodType
<
T
>
system
system
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
model
prompt
reasoning
Level
schema
system
core-utils
Loading...