@@ -0,0 +1,6 @@
|
||||
import { ChatCompletionOptions } from './parseChatCompletionOptions'
|
||||
|
||||
export const getChatCompletionStreamVarId = (options: ChatCompletionOptions) =>
|
||||
options.responseMapping?.find(
|
||||
(res) => res.item === 'Message content' || !res.item
|
||||
)?.variableId
|
||||
Reference in New Issue
Block a user