Changes to Update Eval

PUT /v2/evals/{eval_uuid}

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

Changed in 8 of the 25 revisions of this API.6219

  1. 0cb64ef11adf22
  2. cd49adceebf82
  3. 0b43b7bedf324
  4. 1af31c95d91a24
  5. d950d722e23013
  6. 33b4b8e9d2ce13
  7. b824d75fc3cb2
  8. 9b529d67a7d01

What changed

  • 0cb64ef11adf22See the full diff
    • removed the required property ai_instructions/anyOf[subschema #2: AgentInstructions]/tools/oneOf[subschema #1: ToolArray]/value/items/id from the response with the 200 status

      response-required-property-removed

    • removed the required property ai_instructions/anyOf[subschema #3: WorkflowInstructions]/instructions/items/tools/oneOf[subschema #1: ToolArray]/value/items/id from the response with the 200 status

      response-required-property-removed

    • removed the request property ai_instructions/anyOf[subschema #2: AgentInstructions]/tools/oneOf[subschema #1: ToolArray]/value/items/id

      request-property-removed

    • removed the request property ai_instructions/anyOf[subschema #3: WorkflowInstructions]/instructions/items/tools/oneOf[subschema #1: ToolArray]/value/items/id

      request-property-removed

    • added subschema #1 subschema #4 to the ai_instructions response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #4 from the ai_instructions response property anyOf list for the response status 200

      response-property-any-of-removed

    • added the new optional request property ai_instructions/anyOf[subschema #2: AgentInstructions]/agent_name

      new-optional-request-property

    • added WorkflowInstructions to the ai_instructions request property anyOf list

      request-property-any-of-added

    • added the optional property ai_instructions/anyOf[subschema #2: AgentInstructions]/agent_name to the response with the 200 status

      response-optional-property-added

    • added WorkflowInstructions to the ai_instructions response property anyOf list for the response status 200

      response-property-any-of-added

  • 1af31c95d91a24See the full diff
    • removed ToolsList ToolDict ToolsString from the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property anyOf list

      request-property-any-of-removed

    • added ToolArray ToolDict ToolString to the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property oneOf list for the response status 200

      response-property-one-of-added

    • added discriminator to ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property

      request-property-discriminator-added

    • added ToolArray ToolDict ToolString to the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property oneOf list

      request-property-one-of-added

    • removed ToolsList ToolDict ToolsString from the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property anyOf list for the response status 200

      response-property-any-of-removed

    • added discriminator to ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property for the response status 200

      response-property-discriminator-added

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

  • d950d722e23013See the full diff
    • removed subschema #1 subschema #3 from the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property anyOf list

      request-property-any-of-removed

    • added subschema #1 subschema #3 to the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #3 to the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #3 from the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #2 from the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property anyOf list

      request-property-any-of-removed

    • added subschema #1 to the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools request property anyOf list

      request-property-any-of-added

    • added subschema #1 to the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #2 from the ai_instructions/anyOf[subschema #2: AgentInstructions]/tools response property anyOf list for the response status 200

      response-property-any-of-removed

    • added AgentInstructions to the ai_instructions request property anyOf list

      request-property-any-of-added

    • added AgentInstructions to the ai_instructions response property anyOf list for the response status 200

      response-property-any-of-added

    • endpoint added

      endpoint-added