메인 콘텐츠로 건너뛰기

endLLM

endLLM(opts?): void 현재 LLM을 종료합니다. 활성화된 LLM이 없으면 아무 작업도 하지 않습니다.

매개변수

이름유형
opts?SpanEndOptions

반환값

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

정의된 위치

src/genai/api.ts:194