YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::dev::llm::ILLMMsgs Class Reference

#include <messages/ILLMMsgs/idl_generated_code/yarp/dev/llm/ILLMMsgs.h>

+ Inheritance diagram for yarp::dev::llm::ILLMMsgs:

Public Member Functions

 ILLMMsgs ()
 
virtual bool setPrompt (const std::string &prompt)
 
virtual return_readPrompt readPrompt ()
 
virtual return_ask ask (const std::string &question)
 
virtual return_getConversation getConversation ()
 
virtual bool deleteConversation ()
 
virtual bool refreshConversation ()
 
virtual std::vector< std::string > help (const std::string &functionName="--all")
 
bool read (yarp::os::ConnectionReader &connection) override
 Read this object from a network connection.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 22 of file ILLMMsgs.h.

Constructor & Destructor Documentation

◆ ILLMMsgs()

yarp::dev::llm::ILLMMsgs::ILLMMsgs ( )

Definition at line 1218 of file ILLMMsgs.cpp.

Member Function Documentation

◆ ask()

return_ask yarp::dev::llm::ILLMMsgs::ask ( const std::string &  question)
virtual

Reimplemented in ILLMRPCd.

Definition at line 1243 of file ILLMMsgs.cpp.

◆ deleteConversation()

bool yarp::dev::llm::ILLMMsgs::deleteConversation ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1263 of file ILLMMsgs.cpp.

◆ getConversation()

return_getConversation yarp::dev::llm::ILLMMsgs::getConversation ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1253 of file ILLMMsgs.cpp.

◆ help()

std::vector< std::string > yarp::dev::llm::ILLMMsgs::help ( const std::string &  functionName = "--all")
virtual

Definition at line 1284 of file ILLMMsgs.cpp.

◆ read()

bool yarp::dev::llm::ILLMMsgs::read ( yarp::os::ConnectionReader reader)
overridevirtual

Read this object from a network connection.

Override this for your particular class.

Parameters
readeran interface to the network connection for reading
Returns
true iff the object is successfully read

Implements yarp::os::PortReader.

Definition at line 1330 of file ILLMMsgs.cpp.

◆ readPrompt()

return_readPrompt yarp::dev::llm::ILLMMsgs::readPrompt ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1233 of file ILLMMsgs.cpp.

◆ refreshConversation()

bool yarp::dev::llm::ILLMMsgs::refreshConversation ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1273 of file ILLMMsgs.cpp.

◆ setPrompt()

bool yarp::dev::llm::ILLMMsgs::setPrompt ( const std::string &  prompt)
virtual

Reimplemented in ILLMRPCd.

Definition at line 1223 of file ILLMMsgs.cpp.


The documentation for this class was generated from the following files: