Skip to content
View mkanenobu's full-sized avatar

Sponsoring

@neovim
Block or Report

Block or report mkanenobu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mkanenobu/README.md

Top Langs

Pinned Loading

  1. docker-manager docker-manager Public

    GUI Client for docker

    TypeScript 1

  2. til til Public

    my code fragments

    Rust 2 1

  3. qrcode-reader qrcode-reader Public

    TypeScript

  4. chatgpt-repl-rust chatgpt-repl-rust Public

    Rust

  5. typesafe-function-calling .ts typesafe-function-calling .ts
    1
    import type { ZodObject, ZodRawShape } from "zod";
    2
    import { zodToJsonSchema } from "zod-to-json-schema";
    3
    
                  
    4
    /**
    5
     * zod と zod-to-json-schema を使って型安全に completion 結果を得るコード