Skip to content

Commit 1ed23cf

Browse files
committed
fix lint issue
1 parent 75f75cf commit 1ed23cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ai-providers/server-ai-langchain/src/ldai_langchain/langchain_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async def invoke_structured_model(
102102
f'Got: {type(response)}'
103103
)
104104
return structured_response
105-
105+
106106
raw_response = response.get('raw')
107107
if raw_response is not None:
108108
if hasattr(raw_response, 'content'):

0 commit comments

Comments
 (0)