Class: AssistantToolCall

Inherits:
ApplicationRecord show all
Defined in:
app/models/assistant_tool_call.rb

Overview

== Schema Information

Table name: assistant_tool_calls
Database name: primary

id :bigint not null, primary key
arguments :jsonb
name :string not null
thought_signature :string
created_at :datetime not null
updated_at :datetime not null
assistant_message_id :bigint not null
tool_call_id :string not null

Indexes

index_assistant_tool_calls_on_assistant_message_id (assistant_message_id)
index_assistant_tool_calls_on_name (name)
index_assistant_tool_calls_on_tool_call_id (tool_call_id) UNIQUE

Foreign Keys

fk_rails_... (assistant_message_id => assistant_messages.id)

Method Summary

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event