Skip to content

Commit af51e30

Browse files
committed
address greptile comments
1 parent ac305c9 commit af51e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/zep/add_messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const zepAddMessagesTool: ToolConfig<any, ZepResponse> = {
6363
},
6464

6565
transformResponse: async (response, params) => {
66-
const threadId = params._threadId
66+
const threadId = params.threadId
6767

6868
const text = await response.text()
6969

0 commit comments

Comments
 (0)