Skip to content

Commit 49d4d54

Browse files
committed
chore: rename linkedin bundle
- Rename the `LinkedIn` bundle to `LinkedIn Publishing` to clarify its usage - Make tool names, bundle description, and context more explicit Addresses obot-platform/obot#1583 Signed-off-by: Nick Hale <[email protected]>
1 parent c3a4748 commit 49d4d54

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ tools:
2525
slack:
2626
reference: ./slack
2727
all: true
28-
linkedin:
29-
reference: ./linkedin
28+
linkedin-publishing:
29+
reference: ./linkedin-publishing
3030
all: true
3131
notion:
3232
reference: ./notion
File renamed without changes.
File renamed without changes.

linkedin/tool.gpt renamed to linkedin-publishing/tool.gpt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
Name: LinkedIn
3-
Description: Tools for interacting with LinkedIn APIs
2+
Name: LinkedIn Publishing
3+
Description: Tools for publishing content to LinkedIn with the LinkedIn APIs
44
Metadata: bundle: true
5-
Share Tools: Get Current User, Create Post
5+
Share Tools: Get Current LinkedIn User, Create LinkedIn Post
66

77
---
8-
Name: Get Current User
8+
Name: Get Current LinkedIn User
99
Description: Get the current user of the LinkedIn account
1010
Credential: ./credential
11-
Share Context: LinkedIn Context
11+
Share Context: LinkedIn Publishing Context
1212

1313
#!/usr/bin/env python3 ${GPTSCRIPT_TOOL_DIR}/main.py GetCurrentUser
1414

1515
---
16-
Name: Create Post
17-
Description: Create a share on LinkedIn.
16+
Name: Create LinkedIn Post
17+
Description: Create a share on LinkedIn.
1818
Credential: ./credential
19-
Share Context: LinkedIn Context
19+
Share Context: LinkedIn Publishing Context
2020
Param: content: the text content of the share.
2121
Param: share_media_category: (optional) the category of the share media. Must be one of [NONE, IMAGE, VIDEO, ARTICLE]. NONE for text share, IMAGE for image, VIDEO for video, ARTICLE for article and urllink. Default is NONE.
2222
Param: visibility: (optional) the visibility of the share. Must be one of [PUBLIC, CONNECTIONS]. Default is PUBLIC.
@@ -29,17 +29,17 @@ Param: share_media_file_path: (optional) the workspace file path for the share m
2929
#!/usr/bin/env python3 ${GPTSCRIPT_TOOL_DIR}/main.py CreatePost
3030

3131
---
32-
Name: LinkedIn Context
32+
Name: LinkedIn Publishing Context
3333
Type: context
3434
Share Context: ../time
3535

3636
#!sys.echo
3737

38-
# Instructions for using LinkedIn tools
38+
# Instructions for using LinkedIn Publishing tools
3939

40-
You can use this tool to interact with LinkedIn with LinkedIn APIs.
40+
You have tools to help with publishing content to LinkedIn with the LinkedIn API.
4141

42-
# End of instructions for using LinkedIn tools
42+
# End of instructions for using LinkedIn Publishing tools
4343

4444
---
4545
!metadata:*:category
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)