Skip to content

Commit

Permalink
Exclude encoded URL fragements from muffet check
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Feb 27, 2025
1 parent 7e527e1 commit 2ab9dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .muffet-excluded-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ https://github.com/ag2ai/ag2/edit.*
https://(gist\.)?github.com/.*#.*
https://azure.microsoft.com/en-us/products/ai-services/openai-service
https://docs.databricks.com/aws/en/release-notes/runtime/14.3lts-ml
https://docs\.ag2\.ai/.*#.*%.*
2 changes: 1 addition & 1 deletion notebook/agentchat_databricks_dbrx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"source": [
"## Setup DBRX config list\n",
"\n",
"See Autogen docs for more information on the use of `config_list`: [LLM Configuration](https://docs.ag2.ai/docs/user-guide/advanced-concepts/llm-configuration-deep-dive#why-is-it-a-list)"
"See Autogen docs for more information on the use of `config_list`: [LLM Configuration](https://docs.ag2.ai/docs/user-guide/advanced-concepts/llm-configuration-deep-dive#llm-configuration)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ The result of the [`initiate_chats`](/docs/api-reference/autogen/ConversableAgen

### Different senders

In the above example, the teacher agent was the sender in each chat, however you can use the high-level [`initiate_chats`](/docs/api-reference/autogen/initiate_chats) function to start a sequence of two-agent chats with different sender agents. See this [notebook](/docs/use-cases/notebooks/notebooks/agentchats_sequential_chats#example-1-solve-tasks-with-a-series-of-chats) for an example.
In the above example, the teacher agent was the sender in each chat, however you can use the high-level [`initiate_chats`](/docs/api-reference/autogen/initiate_chats) function to start a sequence of two-agent chats with different sender agents. See this [notebook](/docs/use-cases/notebooks/notebooks/agentchats_sequential_chats#example-1%3A-solve-tasks-with-a-series-of-chats) for an example.

0 comments on commit 2ab9dee

Please sign in to comment.