feat(llm): add GenAI operation telemetry metadata
This commit is contained in:
parent
f4e661f874
commit
2ba0817402
19 changed files with 85 additions and 58 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue