@@ -14066,6 +14066,11 @@ export interface components {
1406614066 * @description TODO
1406714067 */
1406814068 tool_inputs?: unknown;
14069+ /**
14070+ * Tool UUID
14071+ * @description The universal unique identifier of the tool associated with this step. Takes precedence over tool_id if set.
14072+ */
14073+ tool_uuid?: string | null;
1406914074 /**
1407014075 * Tool Version
1407114076 * @description The version of the tool associated with this step.
@@ -14108,6 +14113,11 @@ export interface components {
1410814113 * @description TODO
1410914114 */
1411014115 tool_inputs?: unknown;
14116+ /**
14117+ * Tool UUID
14118+ * @description The universal unique identifier of the tool associated with this step. Takes precedence over tool_id if set.
14119+ */
14120+ tool_uuid?: string | null;
1411114121 /**
1411214122 * Tool Version
1411314123 * @description The version of the tool associated with this step.
@@ -14150,6 +14160,11 @@ export interface components {
1415014160 * @description TODO
1415114161 */
1415214162 tool_inputs?: unknown;
14163+ /**
14164+ * Tool UUID
14165+ * @description The universal unique identifier of the tool associated with this step. Takes precedence over tool_id if set.
14166+ */
14167+ tool_uuid?: string | null;
1415314168 /**
1415414169 * Tool Version
1415514170 * @description The version of the tool associated with this step.
@@ -18106,6 +18121,11 @@ export interface components {
1810618121 * @description TODO
1810718122 */
1810818123 tool_inputs?: unknown;
18124+ /**
18125+ * Tool UUID
18126+ * @description The universal unique identifier of the tool associated with this step. Takes precedence over tool_id if set.
18127+ */
18128+ tool_uuid?: string | null;
1810918129 /**
1811018130 * Tool Version
1811118131 * @description The version of the tool associated with this step.
@@ -20203,6 +20223,11 @@ export interface components {
2020320223 * @description TODO
2020420224 */
2020520225 tool_inputs?: unknown;
20226+ /**
20227+ * Tool UUID
20228+ * @description The universal unique identifier of the tool associated with this step. Takes precedence over tool_id if set.
20229+ */
20230+ tool_uuid?: string | null;
2020620231 /**
2020720232 * Tool Version
2020820233 * @description The version of the tool associated with this step.
@@ -20732,6 +20757,11 @@ export interface components {
2073220757 * @description TODO
2073320758 */
2073420759 tool_inputs?: unknown;
20760+ /**
20761+ * Tool UUID
20762+ * @description The universal unique identifier of the tool associated with this step. Takes precedence over tool_id if set.
20763+ */
20764+ tool_uuid?: string | null;
2073520765 /**
2073620766 * Tool Version
2073720767 * @description The version of the tool associated with this step.
0 commit comments