The Open API specification for Synapse is now available for download!

Download Open API Spec

AgentChatRequest

org.sagebionetworks.repo.model.agent.AgentChatRequest

Send a chat message to the Synapse chat agent

Field Type Description
concreteType STRING
sessionId STRING The sessionId that identifies the conversation with the agent.
chatText STRING The user's text message to send to the agent.
enableTrace BOOLEAN Optional. When trace is enabled, the agent will include information about its decision process and the functions/tools it will use to process this request. Default value is false.