mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-24 04:01:04 -04:00
feat: add support acp in common chat (#369)
This commit is contained in:
@@ -14,20 +14,11 @@
|
||||
|
||||
namespace QodeAssist::Session {
|
||||
|
||||
struct TurnOptions
|
||||
{
|
||||
bool useTools = false;
|
||||
bool useThinking = false;
|
||||
|
||||
bool operator==(const TurnOptions &other) const = default;
|
||||
};
|
||||
|
||||
struct TurnRequest
|
||||
{
|
||||
QList<ContentBlock> userBlocks;
|
||||
const ConversationHistory *history = nullptr;
|
||||
std::optional<TurnContext> context;
|
||||
TurnOptions options;
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::Session
|
||||
|
||||
Reference in New Issue
Block a user