feat(llm): add GenAI operation telemetry metadata

This commit is contained in:
starptech 2026-07-09 17:03:52 +01:00
commit 2ba0817402
19 changed files with 85 additions and 58 deletions

View file

@ -178,6 +178,7 @@ const FakeProtocol = Protocol.make<FakeBody, string, string, void>({
// Protocol ids are open strings, so external packages can define their own
// protocols without changing this package.
id: "fake-echo",
operation: "chat",
body: {
schema: FakeBody,
from: (request) =>