We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc3041 commit bff09ebCopy full SHA for bff09eb
1 file changed
plugins/acp/examples/reactive/seller.py
@@ -199,6 +199,7 @@ def generate_meme(description: str, job_id: int, reasoning: str) -> Tuple[Functi
199
meme = IInventory(
200
type="url",
201
value=url,
202
+ job_id=job_id,
203
client_name=job.get("client_name"),
204
provider_name=job.get("provider_name"),
205
)
0 commit comments