bump version to 0.5.3 (#2306)
This commit is contained in:
parent
b521aafd26
commit
9f637ead38
169 changed files with 591 additions and 670 deletions
|
|
@ -1,14 +1,14 @@
|
|||
from typing import Any, Dict, List, Union
|
||||
import json
|
||||
from json import dumps
|
||||
|
||||
from core.tools.entities.tool_bundle import ApiBasedToolBundle
|
||||
from core.tools.entities.tool_entities import ToolInvokeMessage
|
||||
from core.tools.tool.tool import Tool
|
||||
from core.tools.errors import ToolProviderCredentialValidationError
|
||||
from typing import Any, Dict, List, Union
|
||||
|
||||
import httpx
|
||||
import requests
|
||||
import json
|
||||
from core.tools.entities.tool_bundle import ApiBasedToolBundle
|
||||
from core.tools.entities.tool_entities import ToolInvokeMessage
|
||||
from core.tools.errors import ToolProviderCredentialValidationError
|
||||
from core.tools.tool.tool import Tool
|
||||
|
||||
|
||||
class ApiTool(Tool):
|
||||
api_bundle: ApiBasedToolBundle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue