A reference to the structured completion resource.
API
interface StructuredCompletionResourceRef<Output> extends Resource<Output | null> {
reload: () => boolean;
stop: (clearStreamingMessage?: boolean) => void;
}
StructuredCompletionResourceRef
@type
Output