Skip to content

Commit 74bd210

Browse files
author
William Bakst
committed
fix: broken links and too short site description
1 parent 798d902 commit 74bd210

21 files changed

+3265
-3274
lines changed

docs/tutorials/getting_started/tools_and_agents.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cell_type": "markdown",
5353
"metadata": {},
5454
"source": [
55-
"For more information on setting up Mirascope and its dependencies, see the [Mirascope getting started guide](../../getting_started/quickstart.ipynb)."
55+
"For more information on setting up Mirascope and its dependencies, see the [Mirascope getting started guide](../quickstart)."
5656
]
5757
},
5858
{

docs/tutorials/prompt_engineering/chaining_based/chain_of_verification.ipynb

+201-202
Large diffs are not rendered by default.

docs/tutorials/prompt_engineering/chaining_based/diverse.ipynb

+223-224
Large diffs are not rendered by default.

docs/tutorials/prompt_engineering/chaining_based/least_to_most.ipynb

+207-208
Large diffs are not rendered by default.

docs/tutorials/prompt_engineering/chaining_based/mixture_of_reasoning.ipynb

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"<ul>\n",
1515
"<li><a href=\"../../../../learn/prompts/\">Prompts</a></li>\n",
1616
"<li><a href=\"../../../../learn/calls/\">Calls</a></li>\n",
17-
"<li><a href=\"../../../../learn/dynamic_configuration/\">Dynamic Configuration</a></li>\n",
1817
"<li><a href=\"../../../../learn/response_models/\">Response Models</a></li>\n",
1918
"</ul>\n",
2019
"</div>\n",
@@ -137,7 +136,7 @@
137136
"1. Three different prompt engineering techniques:\n",
138137
" - `cot_call`: [Chain of Thought reasoning](../../text_based/chain_of_thought)\n",
139138
" - `emotion_prompting_call`: [Emotion prompting](../../text_based/emotion_prompting)\n",
140-
" - `rar_call`: [Rephrase and Respond](../../text_based/rephrase_and_response)\n",
139+
" - `rar_call`: [Rephrase and Respond](../../text_based/rephrase_and_respond)\n",
141140
"\n",
142141
"2. A `BestResponse` model to structure the output of the final evaluation.\n",
143142
"\n",
@@ -180,6 +179,12 @@
180179
"\n",
181180
"By leveraging Mirascope's `call` decorator, response models, and dynamic configuration, you can easily implement and customize the Mixture of Reasoning technique to enhance your LLM's performance across a wide range of applications."
182181
]
182+
},
183+
{
184+
"cell_type": "markdown",
185+
"id": "6dd18bad",
186+
"metadata": {},
187+
"source": []
183188
}
184189
],
185190
"metadata": {

docs/tutorials/prompt_engineering/chaining_based/reverse_chain_of_thought.ipynb

+397-398
Large diffs are not rendered by default.

docs/tutorials/prompt_engineering/chaining_based/self_consistency.ipynb

+276-277
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)