Class: MistralAISession
Constructors
constructor
• new MistralAISession(init?
)
Parameters
Name | Type |
---|---|
init? | Partial <MistralAISession > |
Defined in
packages/core/src/llm/mistral.ts:19
Properties
apiKey
• Optional
apiKey: string
Defined in
packages/core/src/llm/mistral.ts:16
client
• Private
client: any
Defined in
packages/core/src/llm/mistral.ts:17
Methods
getClient
▸ getClient(): Promise
<any
>
Returns
Promise
<any
>