(EXPERIMENTAL) Options for the expected inputs for an on-device language model.
Signature:
export interface LanguageModelExpected
Properties
Property | Type | Description |
---|---|---|
languages | string[] | |
type | LanguageModelMessageType |
LanguageModelExpected.languages
Signature:
languages?: string[];
LanguageModelExpected.type
Signature:
type: LanguageModelMessageType;