added patch to attach and knowledge of trials

This commit is contained in:
johnyeo
2026-06-14 14:59:36 +01:00
parent ceb1228d76
commit 33b7aa61b4
39 changed files with 1519 additions and 114 deletions

View File

@@ -36,6 +36,7 @@ export const runMessage = async ({
onActionKeyed,
onAgentReady,
onApprovalsSuperseded,
onThinking,
onTurnComplete,
providerUserId,
recentMessages,
@@ -142,6 +143,7 @@ export const runMessage = async ({
onActionKeyed,
onAgentReady,
onApprovalsSuperseded,
onThinking,
org: {
id: installation.org_id,
slug: installation.org_slug ?? undefined,