Skip to content

Commit ac1611c

Browse files
committed
rename name in file
1 parent ef7fc84 commit ac1611c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/linkup/actions/sourced/sourced.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import app from "../../linkup.app.mjs";
22

33
export default {
4-
name: "Linkup Search",
5-
description: "Search and retrieve insights using the Linkup API. [See the documentation](https://docs.linkup.so/pages/api-reference/endpoint/post-search)",
6-
key: "linkup-search",
4+
name: "Linkup Sourced",
5+
description: "Get a natural language answer to your natural language question",
6+
key: "linkup-sourced",
77
version: "0.1.1",
88
type: "action",
99
props: {

0 commit comments

Comments
 (0)