Skip to content

Commit bff09eb

Browse files
committed
feat: add job id to example
1 parent 5dc3041 commit bff09eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/acp/examples/reactive/seller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def generate_meme(description: str, job_id: int, reasoning: str) -> Tuple[Functi
199199
meme = IInventory(
200200
type="url",
201201
value=url,
202+
job_id=job_id,
202203
client_name=job.get("client_name"),
203204
provider_name=job.get("provider_name"),
204205
)

0 commit comments

Comments
 (0)