The result of the useCompletion hook. APIinterface UseCompletionResult {error: Error | undefined;exhaustedRetries: boolean;isReceiving: boolean;isRunningToolCalls: boolean;isSending: boolean;output: string | null;reload: () => void;}