Skip to content

Commit 32bb0ea

Browse files
authored
Merge pull request #70 from Serverless-Devs/copilot/sub-pr-68-again
fix(ci): resolve mypy failure and add wait_until default regression tests
2 parents d56eb1f + 7f603bb commit 32bb0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/integration/test_langchain_agui_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ async def invoke_agent(request: AgentRequest):
639639
tools=tools,
640640
)
641641

642-
input_data = {
642+
input_data: Any = {
643643
"messages": [{
644644
"role": "user",
645645
"content": (

0 commit comments

Comments
 (0)