Class
FoundryLlmMessage
Instance methods
foundry_llm_message_dup_role
The role of the message such as “system”, “user”, “assistant”, or “tool”.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct FoundryLlmMessageClass {
GObjectClass parent_class;
char* (* dup_content) (
FoundryLlmMessage* self
);
char* (* dup_role) (
FoundryLlmMessage* self
);
gboolean (* has_tool_call) (
FoundryLlmMessage* self
);
GListModel* (* list_tool_calls) (
FoundryLlmMessage* self
);
}
No description available.
Class members
parent_class: GObjectClass
No description available.
dup_content: char* (* dup_content) ( FoundryLlmMessage* self )
No description available.
dup_role: char* (* dup_role) ( FoundryLlmMessage* self )
No description available.
has_tool_call: gboolean (* has_tool_call) ( FoundryLlmMessage* self )
No description available.
list_tool_calls: GListModel* (* list_tool_calls) ( FoundryLlmMessage* self )
No description available.
Virtual methods
Foundry.LlmMessageClass.dup_role
The role of the message such as “system”, “user”, “assistant”, or “tool”.