Feat/current time tool zone (#2337)
This commit is contained in:
parent
3b357f51a6
commit
cfbb7bec58
3 changed files with 106 additions and 3 deletions
|
|
@ -271,7 +271,7 @@ class AssistantFunctionCallApplicationRunner(BaseAssistantApplicationRunner):
|
|||
message_file_ids.append(message_file.id)
|
||||
|
||||
except ToolProviderCredentialValidationError as e:
|
||||
error_response = f"Plese check your tool provider credentials"
|
||||
error_response = f"Please check your tool provider credentials"
|
||||
except (
|
||||
ToolNotFoundError, ToolNotSupportedError, ToolProviderNotFoundError
|
||||
) as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue