We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d917dfa commit db69678Copy full SHA for db69678
backend/src/tools/tool-executor.ts
@@ -216,7 +216,7 @@ export function executeToolCall<T extends ToolName>({
216
clientToolCall: ClientToolCall<T extends ClientToolName ? T : never>,
217
) => {
218
if (!checkLiveUserInput(userId, userInputId, clientSessionId)) {
219
- return ''
+ return []
220
}
221
222
const clientToolResult = await requestToolCall(
0 commit comments