Skip to main content
startLLM(opts): LLM
Defined in: src/genai/api.ts:77 Start an LLM span as a child of the current Turn. Throws if no Turn is active.

Parameters

opts

LLMInit

Returns

LLM

Examples