Changes to Create Agent Generation

POST /v1/agents/generations

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

Changed in 6 of the 55 revisions of this API.6418

  1. d4e4f170f4f4117
  2. e8a97dc9fce213
  3. ebe52c375b7111
  4. 421a9851d61b321
  5. 0926a0595c5d15
  6. 86e4c7e09b7e1

What changed

  • d4e4f170f4f4117See the full diff
    • removed CrustCreateAgentGenerationRequest CrustCreateAgentRefinementRequest from the request body anyOf list

      request-body-any-of-removed

    • deleted the cookie request parameter token

      request-parameter-removed

    • api operation id create_agent_generation_v2_templates_generations_post removed and replaced with create_template_generation_public_v1_api_v1_public_templates_generations_post

      api-operation-id-removed

    • the endpoint scheme security APIKeyCookie was added to the API

      api-security-added

    • the endpoint scheme security HTTPBearer was added to the API

      api-security-added

    • endpoint deprecated

      endpoint-deprecated

    • added CreateTemplateGenerationRequestPublicV1 CreateTemplateRefinementRequestPublicV1 to the request body anyOf list

      request-body-any-of-added

    • added TemplateVersionResponsePublicV1 to the generated_version response property anyOf list for the response status 201

      response-property-any-of-added

    • removed CrustAgentVersionResponse from the generated_version response property anyOf list for the response status 201

      response-property-any-of-removed

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

  • e8a97dc9fce213See the full diff
    • removed CreateAgentGenerationRequest CreateAgentRefinementRequest from the request body anyOf list

      request-body-any-of-removed

    • added CrustCreateAgentGenerationRequest CrustCreateAgentRefinementRequest to the request body anyOf list

      request-body-any-of-added

    • added CrustAgentVersionResponse to the generated_version response property anyOf list for the response status 201

      response-property-any-of-added

    • removed AgentVersionResponse from the generated_version response property anyOf list for the response status 201

      response-property-any-of-removed

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

    • removed the request property anyOf[subschema #1: CreateAgentGenerationRequest]/agent_name

      request-property-removed

    • added the new optional request property anyOf[subschema #1: CreateAgentGenerationRequest]/name

      new-optional-request-property

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

  • 421a9851d61b321See the full diff
    • the anyOf[subschema #1: CreateAgentGenerationRequest]/agent_name/anyOf[subschema #1]/ request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • added the pattern ^[a-z0-9_]+$ to the request property anyOf[subschema #1: CreateAgentGenerationRequest]/agent_name/anyOf[subschema #1]/

      request-property-pattern-added

    • removed the required property generated_version/anyOf[subschema #1: AgentVersionResponse]/steps from the response with the 201 status

      response-required-property-removed

    • the anyOf[subschema #1: CreateAgentGenerationRequest]/agent_name/anyOf[subschema #1]/ request property's maxLength was set to 255

      request-property-max-length-set

    • removed the optional property generated_version/anyOf[subschema #1: AgentVersionResponse]/output_sample_data from the response with the 201 status

      response-optional-property-removed

    • added the optional property generated_version/anyOf[subschema #1: AgentVersionResponse]/samples to the response with the 201 status

      response-optional-property-added

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

  • 0926a0595c5d15See the full diff
    • removed subschema #1 from the anyOf[subschema #1: CreateAgentGenerationRequest]/metadata request property anyOf list

      request-property-any-of-removed

    • added CreateAgentMetadata to the anyOf[subschema #1: CreateAgentGenerationRequest]/metadata request property anyOf list

      request-property-any-of-added

    • the request property anyOf[subschema #1: CreateAgentGenerationRequest]/agent_name became optional

      request-property-became-optional

    • request property anyOf[subschema #1: CreateAgentGenerationRequest]/agent_name list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • added AgentVersionResponse to the generated_version response property anyOf list for the response status 201

      response-property-any-of-added

    • removed subschema #1 from the generated_version response property anyOf list for the response status 201

      response-property-any-of-removed

    • endpoint added

      endpoint-added