Backend_Agent

struct

This object represents an agent

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
connection Integer The agent connection which should be used
type Integer The agent type
public Boolean Indicates whether the agent is public
name String Name of the agent
description String Description of the agent
introduction String Introduction message
temperature Number The used temperature default is 1.0
costs Integer Costs per token
tools
ArrayString
Tools available to this agent
outgoing String Describes the outgoing response payload, this must contain a schema name
action String Action which gets invoked for each generated response
insertDate DateTime Timestamp when the agent was created
metadata Common_Metadata Use this parameter to attach key-value data
part of the Apioo-Project