YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
GPTDevice.h File Reference
#include <yarp/dev/ILLM.h>
#include <yarp/dev/LLM_Message.h>
#include <yarp/dev/DeviceDriver.h>
#include <liboai.h>
#include <nlohmann/json.hpp>
#include <map>
+ Include dependency graph for GPTDevice.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GPTDevice
 

Typedefs

using json = nlohmann::json
 
using Question = std::string
 
using Answer = yarp::dev::LLM_Message
 

Typedef Documentation

◆ Answer

Definition at line 20 of file GPTDevice.h.

◆ json

using json = nlohmann::json

Definition at line 17 of file GPTDevice.h.

◆ Question

using Question = std::string

Definition at line 19 of file GPTDevice.h.