RunStepDetailsActivity interface
指定されたステップに関連付けられたアクティビティのリストを表します。
プロパティ
| id | アクティビティ ID。 |
| server |
サーバーラベル。 |
| tools | サポートされている関数リスト。 |
| type | アクティビティの種類 (常に 'mcp_list_tools') です。 |
プロパティの詳細
id
アクティビティ ID。
id: string
プロパティ値
string
serverLabel
サーバーラベル。
serverLabel: string
プロパティ値
string
tools
サポートされている関数リスト。
tools: Record<string, ActivityFunctionDefinition>
プロパティ値
Record<string, ActivityFunctionDefinition>
type
アクティビティの種類 (常に 'mcp_list_tools') です。
type: "mcp_list_tools"
プロパティ値
"mcp_list_tools"