Options for the useCompletion
hook.
API
interface UseCompletionOptions<Input> {
debounceTime?: number;
debugName?: string;
input: Input | null | undefined;
model: KnownModelIds ;
retries?: number;
system: string;
tools?: Chat.AnyTool[];
}
UseCompletionOptions
@type
Input