Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blz-ai-lib

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blz-ai-lib

AI Client

  • 0.0.9
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

AI Lib

Tasks

TaskDescription
npm run buildBuild project
npm run distBuild the code to distribute
npm run testRun tests
npm run lintRun linter
npm run releaseCreate a new release

Model

classDiagram
		class AiAgentPromptType {
			model
			temperature
	 }	 
   class AiAgent {
			defaultModel
	 }
	 AiAgent --* AiAgentPromptType: prompts	 
	 class Template {
			template
			variables
	 }
	 class PromptType {
			name
	 }
	 PromptType --o Template : template
	 PromptType --o Template : contextTemplate
	 class Conversation {
			createdBy
		  created
		  updated
	 }
	 Conversation --* Exchange: exchanges	 
	 class Exchange {
		  context
	 }
	 Exchange --> PromptType: promptType
	 Exchange --o Request: request
	 Exchange --o Response: response
	 class Message {
			role
			type
			content
			url
	 }	 
	 class Request {
			requiredBy
			model
			context
			date
	 }
	 Request --> PromptType
	 Request --o Message: message
	 Request --> AiAgent: agent
	 class Response {
			receptor
			latency
			date
	 }
	 Response --o Usage: usage
	 Response --o Message: message
	 class Usage {
		  prompt
  		completion
  		total
	 }

Keywords

FAQs

Package last updated on 11 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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