X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Running the OpenAPI syntax example

For more generic setup instructions, including how to install the uv tool, see the main README.

  1. In a terminal, navigate to semantic_kernel/python/samples/concepts/plugins/openapi.

  2. Run uv sync followed by source .venv/bin/activate to enter the virtual environment (depending on the os, the activate script may be in a different location).

  3. Start the server by running python openapi_server.py.

  4. In another terminal, do steps 1 & 2. Then, run python openapi_client.py, which will register a plugin representing the API defined in openapi.yaml

X Tutup