LiveLLM
Defined in: .build/typescript/packages/core/src/llms/live/live.ts:111
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LiveLLM():
LiveLLM
Returns
Section titled “Returns”LiveLLM
Properties
Section titled “Properties”capabilities
Section titled “capabilities”capabilities:
Set
<LiveLLMCapability
>
Defined in: .build/typescript/packages/core/src/llms/live/live.ts:116
Set of capabilities supported by this implementation. Override in subclasses as needed.
Methods
Section titled “Methods”connect()
Section titled “connect()”
abstract
connect(config?
):Promise
<LiveLLMSession
>
Defined in: .build/typescript/packages/core/src/llms/live/live.ts:118
Parameters
Section titled “Parameters”config?
Section titled “config?”Returns
Section titled “Returns”Promise
<LiveLLMSession
>
getEphemeralKey()
Section titled “getEphemeralKey()”
abstract
getEphemeralKey():Promise
<undefined
|string
>
Defined in: .build/typescript/packages/core/src/llms/live/live.ts:119
Returns
Section titled “Returns”Promise
<undefined
| string
>
hasCapability()
Section titled “hasCapability()”hasCapability(
capability
):boolean
Defined in: .build/typescript/packages/core/src/llms/live/live.ts:121
Parameters
Section titled “Parameters”capability
Section titled “capability”Returns
Section titled “Returns”boolean