From d4548b550a0eb36a7fdfe54b9750705d9becd91a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 1 Nov 2024 06:34:00 -0400 Subject: [PATCH] Interact with our AI agent --- wrenchboard/src/shared_tool/reco_egine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index e17e38ee..660c0f4a 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -312,7 +312,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){ out[vname] = "Visit Playground"; snprintf(vname, sizeof (vname), "description_%05d", ic); - out[vname] = "Some of your task as owner Need Review now,Some of your task as owner Need Review now, S Need Review now"; + out[vname] = "Interact with our AI agent, find, upload, and share media."; snprintf(vname, sizeof (vname), "card_type_%05d", ic); out[vname] = "PLAYGROUND"; @@ -345,7 +345,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){ out[vname] = "Playground"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "Some of your jobs are waiting for approval "; + out[vname] = "Interact with our AI agent,share media "; snprintf(vname, sizeof (vname), "short_style_%05d", ic); out[vname] = "short_style lr";