Skip to content

Commit

Permalink
Update AISemanticConventions.ts result prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-moehlenbrock authored Jan 15, 2025
1 parent 34e170b commit 4a4a26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AIPrefixes = {
telemetry: "telemetry",
prompt: "prompt",
toolCall: "toolCall",
result: "result",
result: "response",
} as const;

const AIUsagePostfixes = {
Expand Down

0 comments on commit 4a4a26f

Please sign in to comment.