hashbrown

StructuredCompletionResourceOptions

Options for the structured completion resource.

API

StructuredCompletionResourceOptions
@typeInput
@typeSchema
s.HashbrownType
apiUrl
string

The API URL to use for the structured completion resource.

debugName
string

The debug name for the structured completion resource.

input
Signal<Input | null | undefined>

The input to the structured completion resource.

model
KnownModelIds

The model to use for the structured completion resource.

schema
Schema

The schema to use for the structured completion resource.

system
SignalLike<string>

The system prompt to use for the structured completion resource.

tools
Chat.AnyTool[]

The tools to use for the structured completion resource.