Skip to content

Commit c1f1250

Browse files
committed
Update prompt
1 parent e2c469f commit c1f1250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tool/Sources/LangChain/Agents/FunctionCallingChatAgent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public class FunctionCallingChatAgent<Output: AgentOutputParsable & Decodable>:
104104
.init(
105105
role: .system,
106106
content: """
107-
Gather information using functions, and generate a final answer to my query as helpfully and accurately as possible.
107+
Gather information using functions, and generate a final answer to my query as concisely, helpfully and accurately as possible.
108108
You don't ask me for additional information.
109109
\(extraSystemPrompt)
110110
When you have the final answer, you MUST call `\(endFunction.name)` to save it.

0 commit comments

Comments
 (0)