Thanks to visit codestin.com
Credit goes to github.com

Skip to content

workflowName, groupId and traceId are not set #117

Closed
@bakikucukcakiroglu

Description

@bakikucukcakiroglu
    const runner = new Runner({
      workflowName: 'chatbot_storefront',
      groupId: chatSession.sessionId,
      traceId: `trace_${message.id}`,
      tracingDisabled: false
    })

    const result = await runner.run(
      startAgent,
      message.message.content,
      {
        context: context,
        previousResponseId: chatSession.lastResponseId,
        stream: true
      },
    );

I can see traces in Traces Dashboard but their workflowName, groupId, and traceId are not set as defined.

Am I missing something or is it a bug?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions