Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a5319fe
[AI Agents] v1.1.0b4 features
glharper Jul 9, 2025
cc30815
add madeOptional decorator to toolOutputs member
glharper Jul 9, 2025
3fb4ae3
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 9, 2025
6bf9fac
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 9, 2025
15c4a4a
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 9, 2025
27ff647
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 10, 2025
13245d5
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 10, 2025
1863287
[AI Agents] MCP tool typespec (#35504)
glharper Jul 10, 2025
87ca824
add line break to models
glharper Jul 10, 2025
d7df847
Update tspconfig.yaml
glharper Jul 10, 2025
7b710e9
Update tspconfig.yaml
glharper Jul 10, 2025
325a30f
review feedback
glharper Jul 10, 2025
2f80437
add example for upload file
glharper Jul 11, 2025
f92b42a
add create thread json
glharper Jul 11, 2025
0e613ee
update create thread
glharper Jul 11, 2025
0b9cb74
add json for run operations
glharper Jul 14, 2025
79106dc
npx tsv output
glharper Jul 14, 2025
20e54b9
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 14, 2025
6b9c2f8
update jsons
glharper Jul 14, 2025
f536304
Merge branch 'feature/azure-ai-agents-v1.1.0b4' of https://github.com…
glharper Jul 14, 2025
ece4403
correct runs swagger json
glharper Jul 14, 2025
e2ad54b
swagger updates
glharper Jul 14, 2025
adfdbe0
swagger updates 2
glharper Jul 14, 2025
d4e1617
swagger updates
glharper Jul 14, 2025
55b95c7
swagger updates 3
glharper Jul 14, 2025
98d7683
swagger updates 4
glharper Jul 14, 2025
8a0e2f8
swagger updates 5
glharper Jul 14, 2025
7b26a44
swagger changes 6
glharper Jul 14, 2025
4f3eacd
swagger updates 7
glharper Jul 14, 2025
c05db46
swagger updates 8
glharper Jul 14, 2025
1f79620
swagger prettier
glharper Jul 14, 2025
402b1c9
swagger prettier 2
glharper Jul 14, 2025
dc0e3f9
swagger prettier 3
glharper Jul 14, 2025
a033a39
Merge branch 'main' into feature/azure-ai-agents-v1.1.0b4
glharper Jul 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
swagger updates 7
  • Loading branch information
glharper committed Jul 14, 2025
commit 4f3eacd3702503ac73fea37c9fc3de3781c9c25c
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@
{
"type": "image_file",
"image_file": {
"file_id": "file_abc123",
"detail": "high"
}
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/image.jpg",
"detail": "auto"
"file_id": "file_abc123"
}
}
]
Expand Down Expand Up @@ -67,9 +59,11 @@
"created_at": 1736869300,
"thread_id": "thread_abc123",
"status": "completed",
"incomplete_details": "VALUE_NEEDED",
"incomplete_details": {
"reason": "content_filter"
},
"completed_at": 1736869305,
"incomplete_at": "VALUE_NEEDED",
"incomplete_at": 25,
"role": "user",
"content": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"created_at": 1736869300,
"thread_id": "thread_abc123",
"status": "completed",
"incomplete_details": "VALUE_NEEDED",
"incomplete_details": {
"reason": "content_filter"
},
"completed_at": 1736869302,
"incomplete_at": "VALUE_NEEDED",
"incomplete_at": 25,
"role": "user",
"content": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"created_at": 1736869300,
"vector_store_id": "vs_abc123",
"status": "in_progress",
"last_error": "VALUE_NEEDED",
"last_error": {
"code": "server_error",
"message": "o"
},
"chunking_strategy": {
"type": "static",
"static": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"created_at": 1736869300,
"vector_store_id": "vs_abc123",
"status": "completed",
"last_error": "VALUE_NEEDED",
"last_error": {
"code": "server_error",
"message": "o"
},
"chunking_strategy": {
"type": "other"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,7 @@
{
"type": "image_file",
"image_file": {
"file_id": "file_abc123",
"detail": "high"
}
},
{
"type": "image_url",
"image_url": {
"url": "https://example.com/image.jpg",
"detail": "auto"
"file_id": "file_abc123"
}
}
]
Expand Down Expand Up @@ -67,9 +59,11 @@
"created_at": 1736869300,
"thread_id": "thread_abc123",
"status": "completed",
"incomplete_details": "VALUE_NEEDED",
"incomplete_details": {
"reason": "content_filter"
},
"completed_at": 1736869305,
"incomplete_at": "VALUE_NEEDED",
"incomplete_at": 25,
"role": "user",
"content": [
{
Expand All @@ -83,11 +77,11 @@
"type": "image_file",
"image_file": {
"file_id": "file_abc123",
"detail": "high"

Check failure on line 80 in specification/ai/data-plane/Azure.AI.Agents/preview/2025-05-15-preview/examples/Messages_CreateMessage_MaximumSet_Gen.json

View workflow job for this annotation

GitHub Actions / [TEST-IGNORE] Swagger ModelValidation

OBJECT_ADDITIONAL_PROPERTIES: Additional properties not allowed: detail
}
},
{
"type": "image_url",

Check failure on line 84 in specification/ai/data-plane/Azure.AI.Agents/preview/2025-05-15-preview/examples/Messages_CreateMessage_MaximumSet_Gen.json

View workflow job for this annotation

GitHub Actions / [TEST-IGNORE] Swagger ModelValidation

DISCRIMINATOR_VALUE_NOT_FOUND: Discriminator value "image_url" not found
"image_url": {
"url": "https://example.com/image.jpg",
"detail": "auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"created_at": 1736869300,
"thread_id": "thread_abc123",
"status": "completed",
"incomplete_details": "VALUE_NEEDED",
"incomplete_details": {
"reason": "content_filter"
},
"completed_at": 1736869302,
"incomplete_at": "VALUE_NEEDED",
"incomplete_at": 25,
"role": "user",
"content": [
{
Expand All @@ -32,7 +34,7 @@
],
"assistant_id": "VALUE_NEEDED",
"run_id": "VALUE_NEEDED",
"attachments": "VALUE_NEEDED",

Check failure on line 37 in specification/ai/data-plane/Azure.AI.Agents/preview/2025-05-15-preview/examples/Messages_CreateMessage_MinimumSet_Gen.json

View workflow job for this annotation

GitHub Actions / [TEST-IGNORE] Swagger ModelValidation

INVALID_TYPE: Expected type array but found type string
"metadata": {}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"created_at": 1736869300,
"vector_store_id": "vs_abc123",
"status": "in_progress",
"last_error": "VALUE_NEEDED",
"last_error": {
"code": "server_error",
"message": "o"
},
"chunking_strategy": {
"type": "static",
"static": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"created_at": 1736869300,
"vector_store_id": "vs_abc123",
"status": "completed",
"last_error": "VALUE_NEEDED",
"last_error": {
"code": "server_error",
"message": "o"
},
"chunking_strategy": {
"type": "other"
}
Expand Down
Loading