Skip to content

Update the conversation endpoint#7807

Merged
rajeshkamal5050 merged 4 commits into
Azure:mainfrom
therealjohn:patch-7806
Apr 20, 2026
Merged

Update the conversation endpoint#7807
rajeshkamal5050 merged 4 commits into
Azure:mainfrom
therealjohn:patch-7806

Conversation

@therealjohn

Copy link
Copy Markdown
Contributor

Fixes #7806

Use the correct endpoint for creating conversations.

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

Updates the azure.ai.agents extension’s invoke flow to create multi-turn “conversation” memory using the agent-scoped conversations endpoint described in #7806.

Changes:

  • Update createConversation to target {projectEndpoint}/agents/{agentName}/endpoint/protocols/openai/conversations.
  • Update the conversation resolution helper to pass agentName into conversation creation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
cli/azd/extensions/azure.ai.agents/internal/cmd/invoke.go Changes conversation creation signature and switches to the agent-scoped conversations endpoint.
cli/azd/extensions/azure.ai.agents/internal/cmd/helpers.go Updates the createConversation call site to pass agentName.

Comment thread cli/azd/extensions/azure.ai.agents/internal/cmd/invoke.go
Comment thread cli/azd/extensions/azure.ai.agents/internal/cmd/helpers.go Outdated
Comment thread cli/azd/extensions/azure.ai.agents/internal/cmd/invoke.go Outdated
@rajeshkamal5050
rajeshkamal5050 merged commit ab84902 into Azure:main Apr 20, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update create conversation endpoint to agent endpoint

5 participants