MistralAISession
Defined in: .build/typescript/packages/providers/mistral/src/llm.ts:49
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new MistralAISession(
init?
):MistralAISession
Defined in: .build/typescript/packages/providers/mistral/src/llm.ts:54
Parameters
Section titled “Parameters”apiKey?
Section titled “apiKey?”string
Returns
Section titled “Returns”MistralAISession
Properties
Section titled “Properties”apiKey
Section titled “apiKey”apiKey:
string
Defined in: .build/typescript/packages/providers/mistral/src/llm.ts:50
Methods
Section titled “Methods”getClient()
Section titled “getClient()”getClient():
Promise
<Mistral
>
Defined in: .build/typescript/packages/providers/mistral/src/llm.ts:65
Returns
Section titled “Returns”Promise
<Mistral
>