diff --git a/website/mint.json b/website/mint.json index 4ff6aa34b..c2ef4bc4d 100644 --- a/website/mint.json +++ b/website/mint.json @@ -401,7 +401,8 @@ { "group": "messages", "pages": [ - "docs/reference/messages/agent_messages" + "docs/reference/messages/agent_messages", + "docs/reference/messages/base_message" ] }, { @@ -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" diff --git a/website/snippets/data/NotebooksMetadata.mdx b/website/snippets/data/NotebooksMetadata.mdx index 2002bebc9..d23928078 100644 --- a/website/snippets/data/NotebooksMetadata.mdx +++ b/website/snippets/data/NotebooksMetadata.mdx @@ -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,