Skip to content

Commit a177810

Browse files
Vishwanath BalajiCopilot
andcommitted
Simplify WorkIQ tool fields
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d69f1c4 commit a177810

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

specification/ai-foundry/data-plane/Foundry/src/toolboxes/models.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ model WorkIQPreviewToolboxTool extends ToolboxTool {
176176
*/
177177
type: "work_iq_preview";
178178

179-
...WorkIQPreviewToolFields;
179+
...RequiredToolProjectConnectionIdField;
180180
}
181181

182182
/**

specification/ai-foundry/data-plane/Foundry/src/tools/models.tsp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -797,13 +797,6 @@ namespace Azure.AI.Projects {
797797
...A2APreviewToolFields;
798798
}
799799

800-
/**
801-
* Shared fields for WorkIQ tool definitions.
802-
*/
803-
model WorkIQPreviewToolFields {
804-
...RequiredToolProjectConnectionIdField;
805-
}
806-
807800
/**
808801
* A WorkIQ server-side tool.
809802
*/
@@ -813,7 +806,7 @@ namespace Azure.AI.Projects {
813806
*/
814807
type: "work_iq_preview";
815808

816-
...WorkIQPreviewToolFields;
809+
...RequiredToolProjectConnectionIdField;
817810
...ToolNameAndDescriptionExtension;
818811
}
819812

0 commit comments

Comments
 (0)