Skip to content

sgns::neoswarm::Task

#include <types.hpp>

Public Attributes

Name
std::string m_id
std::string m_prompt
ExecutionMode m_mode
uint32_t m_maxTokens
float m_temperature
std::string m_nodeId
originating node

Public Attributes Documentation

variable m_id

std::string m_id;

variable m_prompt

std::string m_prompt;

variable m_mode

ExecutionMode m_mode = ExecutionMode::SingleNode;

variable m_maxTokens

uint32_t m_maxTokens = 512;

variable m_temperature

float m_temperature = 0.7f;

variable m_nodeId

std::string m_nodeId;

originating node


Updated on 2026-07-25 at 22:56:56 +0000