Changes to Ask whether this agent can handle a task

POST /agent/negotiation

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 12 revisions of this API.51915

  1. 8a22dc1800443176
  2. 970d68a5c55d228
  3. 975e49e9b6751

What changed

  • 8a22dc1800443176See the full diff
    • the request property weights became required

      request-property-became-required

    • removed the required property accepted from the response with the 200 status

      response-required-property-removed

    • removed the required property confidence from the response with the 200 status

      response-required-property-removed

    • the weights/cost request property's max was set to 1.00

      request-property-max-set

    • the weights/io_compatibility request property's max was set to 1.00

      request-property-max-set

    • the weights/load request property's max was set to 1.00

      request-property-max-set

    • the weights/performance request property's max was set to 1.00

      request-property-max-set

    • the weights/skill_match request property's max was set to 1.00

      request-property-max-set

    • the weights/cost request property's min was set to 0.00

      request-property-min-set

    • the weights/io_compatibility request property's min was set to 0.00

      request-property-min-set

    • the weights/load request property's min was set to 0.00

      request-property-min-set

    • the weights/performance request property's min was set to 0.00

      request-property-min-set

    • the weights/skill_match request property's min was set to 0.00

      request-property-min-set

    • removed the optional property latency_estimate_ms from the response with the 200 status

      response-optional-property-removed

    • removed the optional property matched_capabilities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property matched_tags from the response with the 200 status

      response-optional-property-removed

    • removed the optional property queue_depth from the response with the 200 status

      response-optional-property-removed

    • removed the optional property rejection_reason from the response with the 200 status

      response-optional-property-removed

    • removed the optional property skill_matches from the response with the 200 status

      response-optional-property-removed

    • removed the optional property subscores from the response with the 200 status

      response-optional-property-removed

    • api operation id assessTaskCapability removed and replaced with

      api-operation-id-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • added the optional property estimated_cost_amount to the response with the 200 status

      response-optional-property-added

    • added the optional property estimated_latency_ms to the response with the 200 status

      response-optional-property-added

    • added the optional property reasons to the response with the 200 status

      response-optional-property-added

    • added the required property can_handle to the response with the 200 status

      response-required-property-added

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

  • 970d68a5c55d228See the full diff
    • the max_cost_amount request property type/format changed from number/ to string/

      request-property-type-changed

    • removed the required property overall_score from the response with the 200 status

      response-required-property-removed

    • removed the optional property reasoning from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scores from the response with the 200 status

      response-optional-property-removed

    • added the optional property latency_estimate_ms to the response with the 200 status

      response-optional-property-added

    • added the optional property matched_capabilities to the response with the 200 status

      response-optional-property-added

    • added the optional property matched_tags to the response with the 200 status

      response-optional-property-added

    • added the optional property queue_depth to the response with the 200 status

      response-optional-property-added

    • added the optional property rejection_reason to the response with the 200 status

      response-optional-property-added

    • added the optional property skill_matches to the response with the 200 status

      response-optional-property-added

    • added the optional property subscores to the response with the 200 status

      response-optional-property-added

    • added the required property score to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added