#include <networkWrappers/LLM_nws_yarp/ILLMServerImpl.h>
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::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () 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 |
Definition at line 11 of file ILLMServerImpl.h.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 48 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 116 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 99 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 32 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 133 of file ILLMServerImpl.cpp.
|
inline |
Definition at line 22 of file ILLMServerImpl.h.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 15 of file ILLMServerImpl.cpp.
|
inline |
Definition at line 27 of file ILLMServerImpl.h.