Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkbrnd committed Feb 11, 2025
1 parent 8aa8c5d commit f0496f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions cookbook/models/perplexity/tool_use.py

This file was deleted.

2 changes: 1 addition & 1 deletion libs/agno/agno/models/azure/ai_foundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _get_request_kwargs(self) -> Dict[str, Any]:
base_params["response_format"] = ( # type: ignore
JsonSchemaFormat(
name=self.response_format.__name__,
schema=self.response_format.model_json_schema(),
schema=self.response_format.model_json_schema(), # type: ignore
description=self.response_format.__doc__,
strict=True,
),
Expand Down
2 changes: 1 addition & 1 deletion libs/agno/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module = [
"arxiv.*",
"atlassian.*",
"azure.ai.inference.*",
"azure.core",
"azure.core.*",
"boto3.*",
"botocore.*",
"bs4.*",
Expand Down

0 comments on commit f0496f2

Please sign in to comment.