Skip to content

How to run a semantic skills from file #4615

Closed Answered by moonbox3
YoungKim01 asked this question in Q&A
Discussion options

You must be logged in to vote

This can now be done more easily via KernelArguments or as kwargs, as shown below. As of the beta, the context has been removed.

Method One:

arguments = KernelArguments(style="technical programming", input="Time travel to dinosaur age")

or Method Two:

result = await kernel.invoke(jokeFunction, style="technical programming", input="Time travel to dinosaur age")

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by moonbox3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants