Socket
Socket
Sign inDemoInstall

@ai-d/aid

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-d/aid - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

dist/index.d.ts

@@ -16,3 +16,3 @@ import { OpenAI } from 'openai';

*/
examples?: [In, Out][];
examples?: [string, Out][];
/**

@@ -19,0 +19,0 @@ * The output schema strategy.

@@ -57,3 +57,3 @@ "use strict";

messages.push({ role: "user", content: input2 });
messages.push({ role: "system", content: JSON.stringify(output2) });
messages.push({ role: "assistant", content: JSON.stringify(output2) });
}

@@ -60,0 +60,0 @@ }

{
"name": "@ai-d/aid",
"description": "Aid provides a structured and type-safe way to interact with LLMs.",
"version": "0.0.0",
"version": "0.0.1",
"author": "JacobLinCool <jacoblincool@gmail.com> (https://jacoblin.cool)",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc