Skip to content

Commit

Permalink
Merge pull request #409 from ag2ai/fix-docs
Browse files Browse the repository at this point in the history
Docs fix
  • Loading branch information
marklysze authored Jan 8, 2025
2 parents 087d3d5 + e416897 commit 742bbb1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
8 changes: 5 additions & 3 deletions website/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@
{
"group": "messages",
"pages": [
"docs/reference/messages/agent_messages"
"docs/reference/messages/agent_messages",
"docs/reference/messages/base_message"
]
},
{
Expand Down Expand Up @@ -638,8 +639,9 @@
"notebooks/gpt_assistant_agent_function_call",
"notebooks/lats_search",
"notebooks/tools_interoperability",
"notebooks/tools_dependency_injection",
"notebooks/agentchat_tabular_data_rag_workflow"
"notebooks/agentchat_tabular_data_rag_workflow",
"notebooks/agentchat_realtime_webrtc",
"notebooks/tools_dependency_injection"
]
},
"notebooks/Gallery"
Expand Down
13 changes: 12 additions & 1 deletion website/snippets/data/NotebooksMetadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,18 @@ export const notebooksMetadata = [
"source": "/notebook/agentchat_tabular_data_rag_workflow.ipynb"
},
{
"title": "Tools Dependency Injection",
"title": "RealtimeAgent with WebRTC connection",
"link": "/notebooks/agentchat_realtime_webrtc",
"description": "RealtimeAgent using websockets",
"image": null,
"tags": [
"realtime",
"websockets"
],
"source": "/notebook/agentchat_realtime_webrtc.ipynb"
},
{
"title": "Tools with Dependency Injection",
"link": "/notebooks/tools_dependency_injection",
"description": "Tools Dependency Injection",
"image": null,
Expand Down

0 comments on commit 742bbb1

Please sign in to comment.