Skip to content

OpenAI Statefull /v1/responses & /v1/chat/completion #31

@JGoutin

Description

@JGoutin

Implement if compatible with Bedrock sessions:

  • POST /v1/responses (with store=true)

  • GET /v1/responses/{response_id}

  • DELETE /v1/responses/{response_id}

  • GET /v1/responses/{response_id}/input_items

  • POST /v1/responses/{response_id}/cancel

  • POST /v1/conversations

  • GET /v1/conversations/{conversation_id}

  • POST /v1/conversations/{conversation_id}

  • DELETE /v1/conversations/{conversation_id}

  • POST /v1/conversations/{conversation_id}/items

  • GET /v1/conversations/{conversation_id}/items/{item_id}

  • DELETE /v1/conversations/{conversation_id}/items/{item_id}

  • GET /v1/conversations/{conversation_id}/items

  • POST /v1/chat/completions (with store=true)

  • GET /V1/chat/completions/{completion_id}

  • POST /v1/chat/completions/{completion_id}

  • DELETE /v1/chat/completions/{completion_id}

  • GET /v1/chat/completions

  • GET /V1/chat/completions/{completion_id}/messages

REF:

Metadata

Metadata

Assignees

No one assigned

    Labels

    api chatChat API specificenhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions