mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
cleanup
This commit is contained in:
parent
74ceff0456
commit
55d1573367
@ -302,7 +302,7 @@ Only do this once when you know everything you need to, and include a plan using
|
|||||||
|
|
||||||
### 4. Agent Creation
|
### 4. Agent Creation
|
||||||
|
|
||||||
Make a new agent: /create-agent'
|
Make a new agent: /create-agent
|
||||||
**Purpose**: Create a new chatbot to handle a specific question or problem
|
**Purpose**: Create a new chatbot to handle a specific question or problem
|
||||||
**Method**: POST
|
**Method**: POST
|
||||||
**Parameters**:
|
**Parameters**:
|
||||||
@ -318,7 +318,7 @@ Make a new agent: /create-agent'
|
|||||||
"agent_name": "Data Processing Assistant"
|
"agent_name": "Data Processing Assistant"
|
||||||
}
|
}
|
||||||
|
|
||||||
Talk to an existing agent: /chat'
|
Talk to an existing agent: /chat
|
||||||
**Purpose**: Continue the conversation with an agent
|
**Purpose**: Continue the conversation with an agent
|
||||||
**Method**: POST
|
**Method**: POST
|
||||||
**Parameters**:
|
**Parameters**:
|
||||||
@ -534,9 +534,9 @@ And remember the actual API functions you have access to, and what they expect:
|
|||||||
|
|
||||||
### 4. Agent Creation
|
### 4. Agent Creation
|
||||||
|
|
||||||
Make a new agent: POST /create-agent': Create a new chatbot to handle a specific question or problem.
|
Make a new agent: POST /create-agent: Create a new chatbot to handle a specific question or problem.
|
||||||
|
|
||||||
Talk to an existing agent: POST /chat': Continue the conversation with an agent
|
Talk to an existing agent: POST /chat: Continue the conversation with an agent
|
||||||
|
|
||||||
### 5. Browser Use and Internet Search
|
### 5. Browser Use and Internet Search
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user