Skip to content

Regenerate Azure AI Agents and Projects models - #50308

Open
Mike Guo (guotuofeng) wants to merge 1 commit into
mainfrom
myguo/test
Open

Regenerate Azure AI Agents and Projects models#50308
Mike Guo (guotuofeng) wants to merge 1 commit into
mainfrom
myguo/test

Conversation

@guotuofeng

Copy link
Copy Markdown
Member

Summary

  • rename ProgrammaticToolCallingParameter to ProgrammaticToolCallingParam
  • add external web access configuration to web search tools
  • refresh generated Azure AI Agents and Projects metadata and documentation

Validation

  • built azure-ai-agents and azure-ai-projects
  • ran all package checks for both packages
  • ran playback tests: 271 Agents tests and 103 Projects tests, with no failures

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
35 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@guotuofeng

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Regenerates the azure-ai-agents and azure-ai-projects generated model surfaces to align with updated TypeSpec definitions, including a tool-parameter rename and new web search configuration support.

Changes:

  • Renames ProgrammaticToolCallingParameter to ProgrammaticToolCallingParam in the agents models/deserialization path.
  • Adds external_web_access serialization/deserialization support for web search tools.
  • Refreshes generated metadata JSON for both azure-ai-agents and azure-ai-projects.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk/ai/azure-ai-projects/src/main/resources/META-INF/azure-ai-projects_metadata.json Regenerated package metadata and cross-language mapping/version.
sdk/ai/azure-ai-projects/src/main/java/com/azure/ai/projects/models/SimulationSeedDataGenerationJobOptions.java Updates generated JavaDoc text for the simulation seed job options model.
sdk/ai/azure-ai-agents/src/main/resources/META-INF/azure-ai-agents_metadata.json Regenerated package metadata and cross-language mapping/version.
sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/WebSearchToolboxTool.java Adds external_web_access JSON support and exposes externalWebAccess property.
sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/WebSearchTool.java Adds external_web_access JSON support and exposes externalWebAccess property.
sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/Tool.java Updates discriminator handling to instantiate ProgrammaticToolCallingParam.
sdk/ai/azure-ai-agents/src/main/java/com/azure/ai/agents/models/ProgrammaticToolCallingParam.java Renames the generated model class to match the new ProgrammaticToolCallingParam name.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.


/**
* The options for a simulation seed data generation job. Use with multiturn evaluation scenarios and with prompt, file,
* The options for a task generation data generation job. Use with multiturn evaluation scenarios and with prompt, file,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants