Skip to content

Commit c5599a4

Browse files
Copilotheyitsaamir
andcommitted
Fix A2A title and OpenAI example to use ChatPrompt
Co-authored-by: heyitsaamir <[email protected]>
1 parent 0adb7ef commit c5599a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/a2aprotocol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Teams A2A Protocol
1+
# Microsoft Teams A2A
22

33
<p>
44
<a href="https://pypi.org/project/microsoft-teams-a2a/" target="_blank">

packages/openai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ uv add microsoft-teams-openai
2626

2727
```python
2828
from microsoft.teams.openai import OpenAICompletionsAIModel
29-
from microsoft.teams.ai import Agent
29+
from microsoft.teams.ai import ChatPrompt
3030

3131
model = OpenAICompletionsAIModel(api_key="your-api-key", model="gpt-4")
32-
agent = Agent(model=model)
32+
prompt = ChatPrompt(model)
3333
```

0 commit comments

Comments
 (0)