Skip to content

Commit

Permalink
Bump the group-dependencies group with 7 updates (#1141)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Collin Dutter <[email protected]>
  • Loading branch information
dependabot[bot] and collindutter authored Sep 4, 2024
1 parent 01b68fb commit aeaa4f9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/griptape-framework/tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ One of the most powerful features of Griptape is the ability to use tools that c
Many of our [Prompt Drivers](../drivers/prompt-drivers.md) leverage the native function calling built into the LLMs.
For LLMs that don't support this, Griptape provides its own implementation using the [ReAct](https://arxiv.org/abs/2210.03629) technique.

You can switch between the two strategies by setting `use_native_tools` to `True` (LLM-native tool calling) or `False` (Griptape tool calling) on your [Prompt Driver][../drivers/prompt-drivers.md].
You can switch between the two strategies by setting `use_native_tools` to `True` (LLM-native tool calling) or `False` (Griptape tool calling) on your [Prompt Driver](../drivers/prompt-drivers.md).

## Tools
Here is an example of a Pipeline using Tools:
Expand Down
92 changes: 46 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ optional = true
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.2"
mkdocs-material = "^9.2.8"
mkdocs-glightbox = "^0.3.4"
mkdocstrings = {extras = ["python"], version = "^0.25.2"}
mkdocs-glightbox = ">=0.3.4,<0.5.0"
mkdocstrings = {extras = ["python"], version = ">=0.25.2,<0.27.0"}
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.0"
mkdocs-section-index = "^0.3.6"
Expand Down

0 comments on commit aeaa4f9

Please sign in to comment.