Skip to content

Commit 2ea8db5

Browse files
committed
feat: add PlatformType_CozeCoding to IDL
Add coze_coding platform type to support the new Coze Coding scenario.
1 parent 5c35c34 commit 2ea8db5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • backend/kitex_gen/coze/loop/observability/domain/common
  • idl/thrift/coze/loop/observability/domain

backend/kitex_gen/coze/loop/observability/domain/common/common.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

idl/thrift/coze/loop/observability/domain/common.thrift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const PlatformType PlatformType_InnerDoubao = "inner_doubao"
1717
const PlatformType PlatformType_InnerPrompt = "inner_prompt"
1818
const PlatformType PlatformType_InnerCozeBot = "inner_coze_bot"
1919
const PlatformType PlatformType_TraceDetail = "trace_detail"
20+
const PlatformType PlatformType_CozeCoding = "coze_coding"
2021

2122
typedef string SpanListType (ts.enum="true")
2223
const SpanListType SpanListType_RootSpan = "root_span"

0 commit comments

Comments
 (0)