Skip to content

Conversation

@MaryanneNjeri
Copy link
Contributor

@MaryanneNjeri MaryanneNjeri commented Dec 6, 2025

This PR

Adds the AI agent sample console app, that we will include in the AI Agent configuration doc. The agent is created declaratively check out creating agents declaratively for more information.

Yaml agent spec used for this sample

 kind: Prompt
 name: ChatAgent
 description: Agent example with web search
 instructions: You are a helpful assistant with access to web search.
 model:
     id: gpt-4.1
     connection:
         kind: remote
 tools:
   - kind: web_search
     name: WebSearchTool
     description: Search the web for live information.

MaryanneNjeri and others added 2 commits December 17, 2025 19:06
Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
Co-authored-by: Jimmy Campbell <jimmyca@microsoft.com>
@MaryanneNjeri MaryanneNjeri merged commit 2499d15 into main Dec 17, 2025
6 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.

3 participants