ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatForkThread. Response. Nested. ChatModelAgentAcl
(archastro v0.2.0)
Copy Markdown
ChatModelAgentAcl API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAcl{ add: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclAddItem.t() ] | ArchAstro.Unset.t(), grants: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclGrantsItem.t() ] | ArchAstro.Unset.t(), remove: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclRemoveItem.t() ] | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()