|
Entropic 2.3.9
Local-first agentic inference engine
|
This is the complete list of members for entropic::Gemma4Adapter, including all inherited members.
| chat_format() const override | entropic::Gemma4Adapter | inlinevirtual |
| ChatAdapter(std::string tier_name, std::string identity_prompt) | entropic::Gemma4Adapter | |
| extract_thinking(const std::string &content) const | entropic::ChatAdapter | protected |
| format_content_parts(const std::vector< ContentPart > &parts) const | entropic::ChatAdapter | virtual |
| format_system_prompt(const std::string &base_prompt, const std::vector< std::string > &tool_jsons) const | entropic::ChatAdapter | |
| format_system_with_vision(const std::string &base_system, bool has_vision) const | entropic::ChatAdapter | virtual |
| format_tool_result(const ToolCall &tool_call, const std::string &result) const | entropic::ChatAdapter | virtual |
| format_tools(const std::vector< std::string > &tool_jsons) const | entropic::ChatAdapter | virtual |
| identity_prompt_ | entropic::ChatAdapter | protected |
| is_response_complete(const std::string &content, const std::vector< ToolCall > &tool_calls) const | entropic::ChatAdapter | |
| parse_bare_json_tool_calls(const std::string &content) const | entropic::ChatAdapter | protected |
| parse_single_tool_call(const std::string &json_str) const | entropic::ChatAdapter | protected |
| parse_tagged_tool_calls(const std::string &content) const | entropic::ChatAdapter | protected |
| parse_tool_calls(const std::string &content) const override | entropic::Gemma4Adapter | virtual |
| strip_think_blocks(const std::string &content) const | entropic::ChatAdapter | protected |
| tier_name_ | entropic::ChatAdapter | protected |
| tool_prefixes_ | entropic::ChatAdapter | mutableprotected |
| try_recover_json(const std::string &json_str) const | entropic::ChatAdapter | protected |
| ~ChatAdapter()=default (defined in entropic::ChatAdapter) | entropic::ChatAdapter | virtual |