Azure-Samples / azureai-samples

Official community-driven Azure AI Examples
MIT License
240 stars 164 forks source link

Fix issues with evaluate at endpoint #89

Closed ebwinters closed 3 months ago

ebwinters commented 3 months ago

Description

I ran into the following issues running the Evaluate at Endpoint notebook

  1. Jinja template path was not being picked up
  2. Running evaluate was giving
    GenerateFlowMetaJsonError: Generate meta failed, detail error:
    ["Parse interface for 'ask_wiki' failed: The return annotation of the entry function must be dataclass, TypedDict or string, but got typing.Dict[str, str]."]

Checklist