Skip to content

Commit

Permalink
Fix save
Browse files Browse the repository at this point in the history
  • Loading branch information
Théophilus Homawoo committed Feb 16, 2024
1 parent 4fc3cb9 commit 2e7ba38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def call_function(
tools: List[BaseTool],
tool_call: OpenAIToolCall,
verbose: bool = False,
get_tool_by: Calla
get_tool_by: Callable[[List[BaseTool], str], BaseTool] = get_function_by_name,
) -> Tuple[ChatMessage, ToolOutput]:
"""Call a function and return the output as a string."""
# validations to get passed mypy
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ llamaindex-cli = 'llama_index.core.command_line.command_line:main'

[[tool.poetry.source]]
name = "nvidia-pypi"
priority = "supplemental"
url = "https://pypi.nvidia.com"

[tool.ruff]
Expand Down

0 comments on commit 2e7ba38

Please sign in to comment.