소스 검색

fix: type errors

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/2.0.0-beta.2^2
-LAN- 1 개월 전
부모
커밋
81fdc7c54b
No account linked to committer's email address
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    0
      api/core/app/apps/advanced_chat/app_runner.py
  2. 1
    0
      api/core/app/apps/workflow/app_runner.py
  3. 1
    1
      api/models/tools.py

+ 1
- 0
api/core/app/apps/advanced_chat/app_runner.py 파일 보기

@@ -184,6 +184,7 @@ class AdvancedChatAppRunner(WorkflowBasedAppRunner):
),
invoke_from=self.application_generate_entity.invoke_from,
call_depth=self.application_generate_entity.call_depth,
variable_pool=variable_pool,
graph_runtime_state=graph_runtime_state,
command_channel=command_channel,
)

+ 1
- 0
api/core/app/apps/workflow/app_runner.py 파일 보기

@@ -127,6 +127,7 @@ class WorkflowAppRunner(WorkflowBasedAppRunner):
),
invoke_from=self.application_generate_entity.invoke_from,
call_depth=self.application_generate_entity.call_depth,
variable_pool=variable_pool,
graph_runtime_state=graph_runtime_state,
command_channel=command_channel,
)

+ 1
- 1
api/models/tools.py 파일 보기

@@ -1,6 +1,6 @@
import json
from datetime import datetime
from typing import TYPE_CHECKING, Any, cast
from typing import TYPE_CHECKING, Optional, cast
from urllib.parse import urlparse

import sqlalchemy as sa

Loading…
취소
저장