Skip to content
zynate
zynate
@zynate
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 5
Reply
RE: Prevent PostHog Cookie from being set for callin.io subdomain

PostHog within callin.io serves purely as a telemetry/analytics tool. It monitors anonymous UI events, feature adoption, error frequencies, and perfor...

3 weeks ago
Forum
Reply
RE: How to manage multi-part questions in RAG

Divide the user’s query into segments before the AI Agent Insert a Function node directly after your trigger with the following code: const raw =...

3 weeks ago
Forum
Reply
RE: How to manage multi-part questions in RAG

Add a Function Node before your vector searchThis node will segment the query into distinct parts: const input = $json.chatInput; const parts = inpu...

3 weeks ago
Forum
Reply
RE: Prevent PostHog Cookie from being set for callin.io subdomain

To disable only the PostHog tracking cookie (which is client-side), while keeping server-side diagnostics/telemetry enabled, configure your environmen...

3 weeks ago
Forum
Reply
RE: AI chat model running twice and incurring costs twice

Yes, this is anticipated. The AI Agent invokes the chat model two times: initially to determine which tools to employ (for planning), and subsequently...

3 weeks ago
Forum