Represents a GroqConfig.

Implements

Constructors

  • Constructs a new GroqConfig.

    Parameters

    Returns GroqConfig

Properties

model: string

GroqConfig model.

secretNameApiKey: string

GroqConfig secretNameApiKey.

temperature: number

GroqConfig temperature.

userPrompt: string

GroqConfig userPrompt.

Methods

  • Converts this GroqConfig to JSON.

    Returns { [k: string]: any }

    JSON object

  • Creates a new GroqConfig instance using the specified properties.

    Parameters

    Returns GroqConfig

    GroqConfig instance

  • Decodes a GroqConfig message from the specified reader or buffer.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    • Optionallength: number

      Message length if known beforehand

    Returns GroqConfig

    GroqConfig

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Decodes a GroqConfig message from the specified reader or buffer, length delimited.

    Parameters

    • reader: Uint8Array<ArrayBufferLike> | Reader

      Reader or buffer to decode from

    Returns GroqConfig

    GroqConfig

    If the payload is not a reader or valid buffer

    If required fields are missing

  • Encodes the specified GroqConfig message. Does not implicitly verify messages.

    Parameters

    • message: IGroqConfig

      GroqConfig message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Encodes the specified GroqConfig message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IGroqConfig

      GroqConfig message or plain object to encode

    • Optionalwriter: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Creates a GroqConfig message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: { [k: string]: any }

      Plain object

    Returns GroqConfig

    GroqConfig

  • Gets the default type url for GroqConfig

    Parameters

    Returns string

    The default type url

  • Creates a plain object from a GroqConfig message. Also converts values to other types if specified.

    Parameters

    • message: GroqConfig

      GroqConfig

    • Optionaloptions: IConversionOptions

      Conversion options

    Returns { [k: string]: any }

    Plain object

  • Verifies a GroqConfig message.

    Parameters

    • message: { [k: string]: any }

      Plain object to verify

    Returns string

    null if valid, otherwise the reason why it is not