Skip to main content

Upload agent volatile knowledge

POST 

/api/v2/agent/:agentCode/volatileKnowledge

Upload agent volatile knowledge

Request

Path Parameters

    agentCode stringrequired

    The code of the agent this volatile knowledge belongs to.

Query Parameters

    noExpiration boolean

    Whether the knowledge should not expire. Default is false.

    expirationDays int32

    Number of days until expiration. Defaults to system configuration if not provided.

    processEmbeddings boolean

    Whether to process embeddings. Default is false.

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    Content string
    CallbackUrl uri
    File binary

Responses

OK

Loading...