Commit ·
20ca06c
1
Parent(s): b6bda85
update: add prompt for get_profile_link function
Browse files
tools.py
CHANGED
|
@@ -351,8 +351,8 @@ openai_tools = [
|
|
| 351 |
"type": "function",
|
| 352 |
"function": {
|
| 353 |
"name": "get_profile_link",
|
| 354 |
-
"description": """
|
| 355 |
-
has FACE CAM, TALKATIVE and SPLIT SCREENS!!!. MAKE A DECISION if this KOLs is suitable for our platform or not at the end of response.""",
|
| 356 |
"parameters": {"type": "object",
|
| 357 |
"properties": {
|
| 358 |
"url_profile": {"type": "string", "description": """link of profile on Tiktok, e.g: https://www.tiktok.com/@abcd .Default: None"""},
|
|
|
|
| 351 |
"type": "function",
|
| 352 |
"function": {
|
| 353 |
"name": "get_profile_link",
|
| 354 |
+
"description": """ONLY call this function whenever user INPUT profile link Tiktok (e.g. https://www.tiktok.com/@abcd, DO NOT call this function if user input clip link) and ASK for judgement
|
| 355 |
+
to get content of clips and analysis content videos whether it has FACE CAM, TALKATIVE and SPLIT SCREENS!!!. MAKE A DECISION if this KOLs is suitable for our platform or not at the end of response.""",
|
| 356 |
"parameters": {"type": "object",
|
| 357 |
"properties": {
|
| 358 |
"url_profile": {"type": "string", "description": """link of profile on Tiktok, e.g: https://www.tiktok.com/@abcd .Default: None"""},
|