Skip to content

Commit 475b1b8

Browse files
authored
fix: traces docs (#515)
1 parent 2aa68d2 commit 475b1b8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export * from './models/conversational-agent';
1919
export * from './models/agents';
2020
export * from './models/document-understanding';
2121
export * from './models/governance';
22+
export * from './models/observability';
2223

2324
// Export error handling functionality (public API only)
2425
export * from './core/errors';

src/models/observability/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* Observability Types
3+
*
4+
* This module exports all types for the Observability functionality.
5+
*/
6+
7+
export * from './traces';

0 commit comments

Comments
 (0)