Passer au contenu principal

endLLM

endLLM(opts?): void Met fin au LLM actuel. N’a aucun effet si aucun LLM n’est actif.

Paramètres

NomType
opts?SpanEndOptions

Renvoie

void Exemple
weave.endLLM();
Exemple
weave.endLLM({: new ('2026-05-29T10:00:00.800Z')});
Exemple
weave.endLLM({: new ('llm call failed')});

Défini dans

src/genai/api.ts:194