hashbrown

CompletionResourceOptions

Options for the completion resource.

API

CompletionResourceOptions
@typeInput
apiUrl
string

The API URL to use for the completion.

debugName
string

The debug name for the completion resource.

input
Signal<Input | null | undefined>

The input to the completion.

model
SignalLike<string>

The model to use for the completion.

system
SignalLike<string>

The system prompt to use for the completion.