Skip to content

Can not reflect content when use client api create mental models #1608

@foreturn

Description

@foreturn

Bug Description

Can not reflect content when use client api create mental models

Steps to Reproduce

// Create a mental model with automatic refresh enabled
const result2 = await client.createMentalModel(
    BANK_ID,
    'Project Status',
    'What is the current project status?',
    { trigger: { refreshAfterConsolidation: true } },
);
  1. Can not reflect content when use client api create mental models
  2. But when I manually create mental models and refresh manually is work

Expected Behavior

When use client api create mental models is work

Actual Behavior

no context

Version

latest

LLM Provider

Other

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions