YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ILLMRPCd Class Reference

#include <networkWrappers/LLM_nws_yarp/ILLMServerImpl.h>

+ Inheritance diagram for ILLMRPCd:

Public Member Functions

void setInterface (yarp::dev::ILLM *_iLlm, const std::string &streaming_port_name)
 
void unsetInterface ()
 
bool setPrompt (const std::string &prompt) override
 
yarp::dev::llm::return_readPrompt readPrompt () override
 
yarp::dev::llm::return_ask ask (const std::string &question) override
 
yarp::dev::llm::return_getConversation getConversation () override
 
bool deleteConversation () override
 
bool refreshConversation () override
 
- Public Member Functions inherited from yarp::dev::llm::ILLMMsgs
 ILLMMsgs ()
 
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 11 of file ILLMServerImpl.h.

Member Function Documentation

◆ ask()

yarp::dev::llm::return_ask ILLMRPCd::ask ( const std::string &  question)
overridevirtual

Reimplemented from yarp::dev::llm::ILLMMsgs.

Definition at line 48 of file ILLMServerImpl.cpp.

◆ deleteConversation()

bool ILLMRPCd::deleteConversation ( )
overridevirtual

Reimplemented from yarp::dev::llm::ILLMMsgs.

Definition at line 116 of file ILLMServerImpl.cpp.

◆ getConversation()

yarp::dev::llm::return_getConversation ILLMRPCd::getConversation ( )
overridevirtual

Reimplemented from yarp::dev::llm::ILLMMsgs.

Definition at line 99 of file ILLMServerImpl.cpp.

◆ readPrompt()

yarp::dev::llm::return_readPrompt ILLMRPCd::readPrompt ( )
overridevirtual

Reimplemented from yarp::dev::llm::ILLMMsgs.

Definition at line 32 of file ILLMServerImpl.cpp.

◆ refreshConversation()

bool ILLMRPCd::refreshConversation ( )
overridevirtual

Reimplemented from yarp::dev::llm::ILLMMsgs.

Definition at line 133 of file ILLMServerImpl.cpp.

◆ setInterface()

void ILLMRPCd::setInterface ( yarp::dev::ILLM _iLlm,
const std::string &  streaming_port_name 
)
inline

Definition at line 22 of file ILLMServerImpl.h.

◆ setPrompt()

bool ILLMRPCd::setPrompt ( const std::string &  prompt)
overridevirtual

Reimplemented from yarp::dev::llm::ILLMMsgs.

Definition at line 15 of file ILLMServerImpl.cpp.

◆ unsetInterface()

void ILLMRPCd::unsetInterface ( )
inline

Definition at line 27 of file ILLMServerImpl.h.


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