yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::AnthropicAIService Class Reference

#include <anthropic_ai_service.h>

Inheritance diagram for yaze::cli::AnthropicAIService:
Collaboration diagram for yaze::cli::AnthropicAIService:

Public Member Functions

 AnthropicAIService (const AnthropicConfig &)
 
void SetRomContext (Rom *) override
 
absl::StatusOr< AgentResponseGenerateResponse (const std::string &prompt) override
 
absl::StatusOr< AgentResponseGenerateResponse (const std::vector< agent::ChatMessage > &) override
 
absl::Status CheckAvailability ()
 
void EnableFunctionCalling (bool)
 
std::vector< std::string > GetAvailableTools () const
 
absl::StatusOr< std::vector< ModelInfo > > ListAvailableModels () override
 
std::string GetProviderName () const override
 
- Public Member Functions inherited from yaze::cli::AIService
virtual ~AIService ()=default
 

Detailed Description

Definition at line 72 of file anthropic_ai_service.h.

Constructor & Destructor Documentation

◆ AnthropicAIService()

yaze::cli::AnthropicAIService::AnthropicAIService ( const AnthropicConfig & )
inlineexplicit

Definition at line 74 of file anthropic_ai_service.h.

Member Function Documentation

◆ SetRomContext()

void yaze::cli::AnthropicAIService::SetRomContext ( Rom * )
inlineoverridevirtual

Reimplemented from yaze::cli::AIService.

Definition at line 75 of file anthropic_ai_service.h.

◆ GenerateResponse() [1/2]

absl::StatusOr< AgentResponse > yaze::cli::AnthropicAIService::GenerateResponse ( const std::string & prompt)
inlineoverridevirtual

Implements yaze::cli::AIService.

Definition at line 76 of file anthropic_ai_service.h.

◆ GenerateResponse() [2/2]

absl::StatusOr< AgentResponse > yaze::cli::AnthropicAIService::GenerateResponse ( const std::vector< agent::ChatMessage > & )
inlineoverridevirtual

Implements yaze::cli::AIService.

Definition at line 81 of file anthropic_ai_service.h.

◆ CheckAvailability()

absl::Status yaze::cli::AnthropicAIService::CheckAvailability ( )
inline

Definition at line 85 of file anthropic_ai_service.h.

◆ EnableFunctionCalling()

void yaze::cli::AnthropicAIService::EnableFunctionCalling ( bool )
inline

Definition at line 88 of file anthropic_ai_service.h.

◆ GetAvailableTools()

std::vector< std::string > yaze::cli::AnthropicAIService::GetAvailableTools ( ) const
inline

Definition at line 89 of file anthropic_ai_service.h.

◆ ListAvailableModels()

absl::StatusOr< std::vector< ModelInfo > > yaze::cli::AnthropicAIService::ListAvailableModels ( )
inlineoverridevirtual

Reimplemented from yaze::cli::AIService.

Definition at line 90 of file anthropic_ai_service.h.

◆ GetProviderName()

std::string yaze::cli::AnthropicAIService::GetProviderName ( ) const
inlineoverridevirtual

Implements yaze::cli::AIService.

Definition at line 93 of file anthropic_ai_service.h.


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