Skip to content

Change /insight/iteneraries #47

@3nd3r1

Description

@3nd3r1

Change endpoint and schemas to match endpoint in Commute-ai/commute-ai-agents.

  1. Update the endpoint from insight/itinerary to /insight/iteneraries

  2. Update the Request and Response schema
    ItineraryInsightRequest:

  • itineraries: list[Itinerary]
  • user_preferences: list[PreferenceBase]

ItineraryInsightResponse:

  • itenerary_insights: list[ItineraryInsight]

ItineraryInsight:

  • ai_insight: str
  • leg_insights: list[LegInsight]

LegInsight:

  • ai_insight: str

Metadata

Metadata

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions