Vonfry
Vonfry
In emacs 31.1, its type is changed as following: ``` :type '(choice (repeat string) (const :tag "Use 'ffap-c-path'" t))) ``` And its default value is t instead of nil or...
**Reproduce** 1. find a message with a file that need to be download (no cached). 2. call `telega-msg-save` 3. After downloaded, it will prompt a path, which is the same...
### Checks - [x] I have searched the existing issues - [x] I have read the documentation - [x] Is it your first time sumbitting an issue ### Current Behavior...
**Describe the bug** When creating a new tool from function in python by `client.tools.create_from_function`, server will parse sources if no `args_schema` is provided. In this case, function type with `Literal`...
Here is the example codes: ``` {-# LANGUAGE DeriveGeneric #-} module Main where import Data.Aeson import GHC.Generics data Foo = Foo | Bar { bar :: Int } deriving (Generic,...