Resources

Get Resource

Retrieves a Fabric resource from your SignalWire project without requiring its type in advance. The response identifies what the resource is; use that resource type's own get operation when you need its full configuration.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.

Learn more about API scopes.

get/api/fabric/resources/{id}

Path parameters

idstring uuid required

Universal Unique Identifier.

Unique ID of a Resource.

Response

The request has succeeded.

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "display_name": "My Resource",
  "created_at": "2024-05-06T12:20:00Z",
  "updated_at": "2024-05-06T12:20:00Z",
  "type": "ai_agent",
  "ai_agent": {
    "hints": [
      "pizza",
      "pepperoni"
    ],
    "languages": [
      {
        "name": "English",
        "code": "en-US",
        "voice": "rime.spore"
      }
    ],
    "params": {
      "ai_model": "gpt-4o-mini",
      "wait_for_user": true
    },
    "post_prompt": {
      "text": "Summarize the conversation and provide any follow-up action items."
    },
    "pronounce": [
      {
        "replace": "SWML",
        "with": "swim-el",
        "ignore_case": true
      }
    ],
    "prompt": {
      "text": "You are a helpful customer support assistant."
    },
    "SWAIG": {
      "native_functions": [
        "check_time"
      ]
    },
    "name": "My AI Agent"
  }
}

Changes

Changed in 35 of the 137 revisions of this API.210733507711

  • 173ff877e9cd31See the full diff
    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/global_data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/multilingual from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/post_prompt_url from the response with the 200 status

      response-optional-property-removed

    • response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/hints/items/ list-of-types was narrowed by removing types object from media type application/json of response 200

      response-property-list-of-types-narrowed

  • e79dcc8b2150141220See the full diff
    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #2: Messaging Script]/contents response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/global_data response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/multilingual response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/post_prompt response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • removed the required property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/code from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/name from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/voice from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/pronounce/items/replace from the response with the 200 status

      response-required-property-removed

    • removed the required property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/pronounce/items/with from the response with the 200 status

      response-required-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/auto_emotion from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/auto_speed from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/engine from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/fillers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/function_fillers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/listen_language from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/params from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/pronounce from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/speech_fillers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/turn_fillers from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/pronounce/items/ignore_case from the response with the 200 status

      response-optional-property-removed

    • removed SWML.Calling.AIParams from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.AIPostPrompt from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/post_prompt response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.AIPrompt from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.GlobalData from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/global_data response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.Multilingual from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/multilingual response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.SWAIG from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.SWMLObject from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Calling.SWMLObject from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml response property allOf list for the response status 200

      response-property-all-of-removed

    • removed SWML.Messaging.SWMLObject from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #2: Messaging Script]/contents response property allOf list for the response status 200

      response-property-all-of-removed

    • added subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/hints/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • removed SWML.Calling.Hint from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/hints/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #2: Messaging Script]/contents response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/global_data response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/multilingual response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/post_prompt response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt response property for the status 200

      response-property-unevaluated-properties-added

    • added 'unevaluatedProperties' constraint to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml response property for the status 200

      response-property-unevaluated-properties-added

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 51e63ae4cf5511851See the full diff
    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/hangup from the response with the 200 status

      response-optional-property-removed

    This revision's changelog hit the recording limit, so it may not list every change to this endpoint.

    This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 1e3d98618de016168See the full diff
    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_process to the response with the 200 status

      response-optional-property-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #1: Action union]/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/anyOf[subschema #2]/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 549e44d6120b16088See the full diff
    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the response property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/response became optional for the status 200

      response-property-became-optional

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functions from the response with the 200 status

      response-optional-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model from the response with the 200 status

      response-optional-property-removed

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #13: SWML Script]/swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/action/items/anyOf[subschema #1: SWML Action]/SWML/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #1: AI Agent]/ai_agent/allOf[subschema #1: AI Agent]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property oneOf[subschema #2: Call Flow]/call_flow/allOf[CallFlow]/relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_model to the response with the 200 status

      response-optional-property-added

Of the 137 revisions, 3 have a changelog that could not be searched.