Skip to content

discussions Search Results · topic:python org:microsoft fork:true

Filter by

19.2k results
 (115 ms)

19.2k results

inmicrosoft (press backspace or delete to remove)

I m currently working on creating a debugger in VSCode using the Debug Adapter Protocol . After requesting the StackTrace and Scopes, VSCode just never makes any Variables requests despite several Scopes ...
  • smd21posted
    51 minutes ago
  • 0

I m encountering this error message : \ Invalid parameter: messages with role tool must be a response to a preceeding message with tool_calls from both Azure OpenAI and OpenAI API chat completion endpoints. ...

I was wondering what is the significance that the typescript client, and the go clients can return undefined and nil, even if there is no error(go), and no error was thrown(ts). When does this happen? ...

MyCode range in justMyCode Can I customize the range of justMyCode?

Any plans for .net version? So .net ppl can use it with semantec kernel

Hi, I am starting with the onnx and onnxruntime in python and I was wondering if it is possible to pass a custom class type to the (custom) operator. If so how does one do it ?

Does FunctionChoiceBehavior.Required work in Python? I tried running the function_calling_with_required_type.py sample. Instead of using OpenAI, I m using Azure OpenAI so I swapped OpenAIChatCompletion ...

Python has library to do graphRag. In .net there is nothing available. Any plans for this and to use it via sementic kernal

I am developing an extension and I am using an Image in MarkdownString that s being cached new vscode.MarkdownString(` img src= ${imgUri.path} width= 200 height= 200 / `); I am updating existing image ...

Novice user here, just want to confirm if I m thinking about this correctly -- when using the ChatHistoy object, the context of the conversation is maintained even if the history variable is not directly ...