You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: tweak smoke test tool bodies to standardize response text
Tweak the tool bodies for smoke test GPTScripts to reduce ambiguity in
the response. This prevents models -- like gpt-4o -- from doing things
like failing to interpolate strings consistently between runs.
Signed-off-by: Nick Hale <[email protected]>
Ask Bob "how are you doing" and repeat his reply exactly.
3
+
Ask Bob "how are you doing" and repeat the response text exactly as given without saying anything else.
4
4
5
5
---
6
6
name: bob
7
7
description: I'm Bob, a friendly guy.
8
8
args: question: The question to ask Bob.
9
9
10
-
When asked how I am doing, respond with exactly "Thanks for asking "${QUESTION}", I'm doing great fellow friendly AI tool!"
10
+
When asked how I am doing, respond with the following exactly: "Thanks for asking ${QUESTION}! I'm doing great fellow friendly AI tool!" with ${QUESTION} replaced with the question text as given.
0 commit comments