Skip to content

Commit 6eedbc1

Browse files
rushitatcursoragent
andcommitted
fix: isort I001 in responses_tool_calling (import order, single gradient.types.responses import)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4df034c commit 6eedbc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/responses_tool_calling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"""
1010

1111
import os
12-
from typing import List, cast
12+
from typing import cast, List
1313

1414
from gradient import Gradient, ResponsesModels
1515
from gradient.types.responses import (
1616
ResponseInputFunctionCall,
1717
ResponseInputFunctionCallOutput,
1818
ResponseInputItem,
19+
ResponseOutputFunctionCall,
1920
ResponseTool,
2021
)
21-
from gradient.types.responses.response_create_response import ResponseOutputFunctionCall
2222

2323

2424
def _load_dotenv() -> None:

0 commit comments

Comments
 (0)