Skip to content

Commit 68a9228

Browse files
Merge pull request #319 from Portkey-AI/azure-partner
Azure Partner Page + OpenAI Agents SDK
2 parents 6d52238 + eec07ed commit 68a9228

File tree

7 files changed

+645
-2
lines changed

7 files changed

+645
-2
lines changed

docs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@
324324
"integrations/llms/byollm"
325325
]
326326
},
327+
{
328+
"group": "Cloud Platforms",
329+
"pages": ["integrations/cloud/azure"]
330+
},
327331
{
328332
"group": "Plugins",
329333
"pages": ["integrations/plugins/exa"]
@@ -339,6 +343,7 @@
339343
"group": "Agents",
340344
"pages": [
341345
"integrations/agents",
346+
"integrations/agents/openai-agents",
342347
"integrations/agents/autogen",
343348
"integrations/agents/control-flow",
344349
"integrations/agents/crewai",

images/openai-agents.png

19 KB
Loading

integrations/agents.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "Overview"
33
description: "Portkey helps bring your agents to production"
44
---
55
<CardGroup cols={4}>
6+
<Card title="OpenAI Agents" href="/integrations/agents/openai-agents">
7+
<Frame>
8+
<img src="/images/openai-agents.png" alt="OpenAI Agents" />
9+
</Frame>
10+
</Card>
611
<Card title="Autogen" href="/integrations/agents/autogen">
712
<Frame>
813
<img src="/images/autogen/autogen.jpg" alt="Autogen" />

0 commit comments

Comments
 (0)