LanguageModelLike
Defined in: packages/mcp-query/src/handlers/chromeAI.ts:16
Methods
Section titled “Methods”availability()
Section titled “availability()”availability():
Promise<"available"|"downloadable"|"downloading"|"unavailable">
Defined in: packages/mcp-query/src/handlers/chromeAI.ts:17
Returns
Section titled “Returns”Promise<"available" | "downloadable" | "downloading" | "unavailable">
create()
Section titled “create()”create(
opts):Promise<PromptSession>
Defined in: packages/mcp-query/src/handlers/chromeAI.ts:18
Parameters
Section titled “Parameters”initialPrompts?
Section titled “initialPrompts?”object[]
signal?
Section titled “signal?”AbortSignal
temperature?
Section titled “temperature?”number
number
Returns
Section titled “Returns”Promise<PromptSession>