Skip to content

Commit

Permalink
feat(trace): UI lazy loading of spans
Browse files Browse the repository at this point in the history
move components into a separate component
  • Loading branch information
mikeldking committed Jul 26, 2024
1 parent d80c438 commit 9c15cf7
Show file tree
Hide file tree
Showing 4 changed files with 1,604 additions and 1,590 deletions.
1 change: 1 addition & 0 deletions app/src/components/trace/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./SpanKindIcon";
1 change: 1 addition & 0 deletions app/src/openInference/tracing/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export type AttributeToolCall = {
export type AttributeMessages = {
[SemanticAttributePrefixes.message]?: AttributeMessage;
}[];

export type AttributeMessage = {
[MessageAttributePostfixes.role]?: string;
[MessageAttributePostfixes.content]?: string;
Expand Down
Loading

0 comments on commit 9c15cf7

Please sign in to comment.