Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::WorkflowStartedPayload Struct Reference

#include <types.hpp>

Public Attributes

bool hit_cache
 Whether this run's answer was served from a cache. More...
 
WorkflowStartedInputs inputs
 Echoes the run's inputs. More...
 
int64_t started_at
 Unix timestamp in seconds. More...
 
int64_t workflow_id
 Internal workflow run ID. More...
 

Detailed Description

Payload of a WorkflowStarted conversation stream event, observed right after ChatStarted on every run seen so far.

Member Data Documentation

◆ hit_cache

bool longbridge::agent::WorkflowStartedPayload::hit_cache

Whether this run's answer was served from a cache.

◆ inputs

WorkflowStartedInputs longbridge::agent::WorkflowStartedPayload::inputs

Echoes the run's inputs.

◆ started_at

int64_t longbridge::agent::WorkflowStartedPayload::started_at

Unix timestamp in seconds.

◆ workflow_id

int64_t longbridge::agent::WorkflowStartedPayload::workflow_id

Internal workflow run ID.


The documentation for this struct was generated from the following file: