Skip to content

Commit

Permalink
User vs tool (#17273)
Browse files Browse the repository at this point in the history
* fix: observation is tool response not user

* fix: observation is tool response not user
  • Loading branch information
frangarcj authored Dec 15, 2024
1 parent f69fba1 commit bcdb13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NEVER surround your response with markdown code markers. You may use code marker

Please use a valid JSON format for the Action Input. Do NOT do this {{'input': 'hello world', 'num_beams': 5}}.

If this format is used, the user will respond in the following format:
If this format is used, the tool will respond in the following format:

```
Observation: tool response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Please use a valid JSON format for the Action Input. Do NOT do this {{'input': 'hello world', 'num_beams': 5}}.
If this format is used, the user will respond in the following format:
If this format is used, the tool will respond in the following format:
```
Observation: tool response
Expand Down

0 comments on commit bcdb13a

Please sign in to comment.