Skip to content

Commit ceffc64

Browse files
feat: add aag callback
1 parent 13b3f96 commit ceffc64

File tree

1 file changed

+1
-1
lines changed
  • volcenginesdkarkruntime/resources/content_generation

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/resources/content_generation/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async def create(
163163
body={
164164
"model": model,
165165
"content": content,
166-
"callback_url" : callback_url,
166+
"callback_url": callback_url,
167167
},
168168
options=make_request_options(
169169
extra_headers=extra_headers,

0 commit comments

Comments
 (0)