Longbridge OpenAPI C++ SDK
Classes | Namespaces | Typedefs
agent_context.hpp File Reference
#include <map>
#include "async_result.hpp"
#include "callback.hpp"
#include "config.hpp"
#include "push.hpp"
#include "types.hpp"

Go to the source code of this file.

Classes

class  longbridge::agent::AgentContext
 AI Agent conversation context. More...
 

Namespaces

 longbridge
 
 longbridge::agent
 

Typedefs

typedef struct lb_agent_context_t lb_agent_context_t
 
using longbridge::agent::AnswersByToolCall = std::map< std::string, std::map< std::string, std::string > >
 

Typedef Documentation

◆ lb_agent_context_t