Group
Extension

Matches 35358

OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/batches-batch_id-cancel.pod ( view source; MetaCPAN )
 Returns the cancelling batch's details.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/vector_stores-vector_store_id-file_batches-batch_id.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
ExtUtils-MakeMaker ( B/BI/BINGOS/ExtUtils-MakeMaker-7.77_02.tar.gz, BINGOS, 2025; MetaCPAN )
ExtUtils-MakeMaker/my/bundles.pm ( view source; MetaCPAN )
t;
    },
);

$special_dist{"parse-cpan-meta"} = $special_dist{"cpan-meta-yaml"} = $special_dist{"json-pp"} = $special_dist{"cpan-meta"};

sub add_bundles_to_inc {
    opendir my $dh, $bundle_dir or d
Markdown-Render ( B/BI/BIGFOOT/Markdown-Render-1.60.4.tar.gz, BIGFOOT, 2025; MetaCPAN )
Markdown-Render/lib/Markdown/Render.pm ( view source; MetaCPAN )
se Carp;
use Data::Dumper;
use English qw(-no_match_vars);
use HTTP::Request;
use IO::Scalar;
use JSON;
use LWP::UserAgent;
use List::Util qw(none);

our $VERSION = '1.60.4';

use parent qw(Class::Acc
';
  }

  my $api_request = {
    text => $markdown,
    mode => $mode,
  };

  $req->content( to_json($api_request) );

  my $rsp = $ua->request($req);

  croak 'could not render using GitHub API: ' 
Minion ( S/SR/SRI/Minion-11.0.tar.gz, SRI, 2025; MetaCPAN )
Minion/lib/Minion/Command/minion/job.pm ( view source; MetaCPAN )
package Minion::Command::minion::job;
use Mojo::Base 'Mojolicious::Command';

use Mojo::JSON qw(decode_json);
use Mojo::Util qw(getopt tablify);

has description => 'Manage Minion jobs';
has usage    
\@args,
    'A|attempts=i'  => \$options->{attempts},
    'a|args=s'      => sub { $args = decode_json($_[1]) },
    'b|broadcast=s' => (\my $command),
    'd|delay=i'     => \$options->{delay},
    '
i'     => \(my $limit             = 100),
    'n|notes=s'     => sub { $options->{notes} = decode_json($_[1]) },
    'o|offset=i'    => \(my $offset            = 0),
    'P|parent=s'    => sub { push 
Text-ASCIITable-EasyTable ( B/BI/BIGFOOT/Text-ASCIITable-EasyTable-1.006.tar.gz, BIGFOOT, 2025; MetaCPAN )
Text-ASCIITable-EasyTable/lib/Text/ASCIITable/EasyTable.pm ( view source; MetaCPAN )
package Text::ASCIITable::EasyTable;

use strict;
use warnings;

use Data::Dumper;
use JSON;
use List::Util qw(pairs);
use Scalar::Util qw(reftype);
use Text::ASCIITable;

use parent qw(Exporter);

ou
)
    if !$options{json};

  # return an array of hashes
  my @json_data;

  foreach my $row ( @{$data} ) {
    my %hashed_row = map { $_ => shift @{$row} } @columns;
    push @json_data, \%hashed_row
;
  }

  return JSON->new->pretty->encode( \@json_data );
}

########################################################################
sub _render_table {
##############################################
Minion ( S/SR/SRI/Minion-11.0.tar.gz, SRI, 2025; MetaCPAN )
Minion/lib/Minion/Backend/Pg.pm ( view source; MetaCPAN )
self->pg->db->query(
    q{UPDATE minion_workers SET inbox = inbox || $1::JSONB WHERE (id = ANY ($2) OR $2 = '{}')},
    {json => [[$command, @$args]]}, $ids)->rows;
}

sub dequeue {
  my ($self, $id,
 $7, $8, $9, $10)
      RETURNING id}, {json => $args}, $options->{attempts} // 1, $options->{delay} // 0, $options->{expire},
    $options->{lax} ? 1 : 0, {json => $options->{notes} || {}}, $options-
e) = @_;
  return !!$self->pg->db->query('UPDATE minion_jobs SET notes = JSONB_STRIP_NULLS(notes || ?) WHERE id = ?',
    {json => $merge}, $id)->rows;
}

sub receive {
  my $array = shift->pg->db->qu
Devel-PatchPerl ( B/BI/BINGOS/Devel-PatchPerl-2.14.tar.gz, BINGOS, 2025; MetaCPAN )
Devel-PatchPerl/lib/Devel/PatchPerl.pm ( view source; MetaCPAN )

  {
    perl => [
              qr/^5\.18\.3$/,
            ],
    subs => [ [ \&_patch_5183_metajson ] ],
  },
  {
    perl => [
              qr/^5\.24\.[012]$/,
            ],
    subs => [ [ \&_p
 LOC_SED,
END
  }
}

sub _patch_5183_metajson {
_patch(<<'DOGSAY');
diff --git a/META.json b/META.json
index 64caea7..200e324 100644
--- META.json
+++ META.json
@@ -118,7 +118,7 @@
          "TestInit
Minion ( S/SR/SRI/Minion-11.0.tar.gz, SRI, 2025; MetaCPAN )
Minion/lib/Mojolicious/Plugin/Minion/Admin.pm ( view source; MetaCPAN )
>render('minion/dashboard', history => $history);
}

sub _history {
  my $c = shift;
  $c->render(json => $c->minion->history);
}

sub _list_jobs {
  my $c = shift;

  my $v = $c->validation;
  $v->op
_to($c->url_for('minion_jobs')->query(id => $ids));
}

sub _stats {
  my $c = shift;
  $c->render(json => $c->minion->stats);
}

sub _unlock {
  my $c = shift;

  my $v = $c->validation;
  $v->require
Minion ( S/SR/SRI/Minion-11.0.tar.gz, SRI, 2025; MetaCPAN )
Minion/lib/Minion/Job.pm ( view source; MetaCPAN )
l remove the field. The new values will
get serialized by L<Minion/"backend"> (often with L<Mojo::JSON>), so you shouldn't send objects and be careful with
binary data, nested data structures with has
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/organization-users-user_id.pod ( view source; MetaCPAN )
Code: C<200>

User deleted successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
de: C<200>

User retrieved successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
lication/json>

    
      

      
             

=head3 Responses


=head4 Status Code: C<200>

User role updated successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Exampl
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/organization-invites-invite_id.pod ( view source; MetaCPAN )
de: C<200>

Invite deleted successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
: C<200>

Invite retrieved successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/organization-invites.pod ( view source; MetaCPAN )
de: C<200>

Invites listed successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
 );

=head3 Parameters

=over 4

=back

=head3 Request Body
  
=head3 Content Type: C<application/json>

    
      

      
      
Example:

    {
       "projects" : [
          null
       ]
    }
Code: C<200>

User invited successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenTelemetry-SDK ( J/JJ/JJATRIA/OpenTelemetry-SDK-0.028.tar.gz, JJATRIA, 2025; MetaCPAN )
OpenTelemetry-SDK/lib/OpenTelemetry/SDK.pod ( view source; MetaCPAN )
 exporter. Default: depends on
availability.

Possible values are:

=over

=item C<http/json>

Sends data as JSON over HTTP.

=item C<http/protobuf>

Sends data as a Protobuf-encoded blob over HTTP.

Minion ( S/SR/SRI/Minion-11.0.tar.gz, SRI, 2025; MetaCPAN )
Minion/lib/Minion.pm ( view source; MetaCPAN )
shift);
  $self->backend->$method(@_);
  return $self;
}

sub _dump { local $YAML::XS::Boolean = 'JSON::PP'; Dump(@_) }

sub _iterator {
  my ($self, $jobs, $options) = (shift, shift, shift // {});
  
new job with C<inactive> state. Arguments get serialized by the L</"backend"> (often with L<Mojo::JSON>), so
you shouldn't send objects and be careful with binary data, nested data structures with has
ith arbitrary metadata for this job that gets serialized by the L</"backend"> (often with
L<Mojo::JSON>), so you shouldn't send objects and be careful with binary data, nested data structures with has
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/vector_stores-vector_store_id-file_batches-batch_id-cancel.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/uploads.pod ( view source; MetaCPAN )
ent Type: C<application/json>

    
      

      
             

=head3 Responses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<O
,
      "bytes": 2147483648,
      "created_at": 1719184911,
      "filename": "training_examples.jsonl",
      "purpose": "fine-tune",
      "status": "completed",
      "expires_at": 1719127296,
   
    "bytes": 2147483648,
        "created_at": 1719186911,
        "filename": "training_examples.jsonl",
        "purpose": "fine-tune",
      }
    }


=back

=head1 SEE ALSO

L<OpenAPI::Client::Ope
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/blib/lib/OpenAPI/Client/OpenAI/Path/files-file_id.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/lib/OpenAPI/Client/OpenAI/Path/fine_tuning-jobs-fine_tuning_job_id-checkpoints.pod ( view source; MetaCPAN )
sponses


=head4 Status Code: C<200>

OK


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma
OpenAPI-Client-OpenAI ( O/OV/OVID/OpenAPI-Client-OpenAI-0.24.tar.gz, OVID, 2025; MetaCPAN )
OpenAPI-Client-OpenAI/lib/OpenAPI/Client/OpenAI/Path/realtime-sessions.pod ( view source; MetaCPAN )
 );

=head3 Parameters

=over 4

=back

=head3 Request Body
  
=head3 Content Type: C<application/json>

    
      Realtime session object configuration.

      
      
Example:

    {
       "client
e: C<200>

Session created successfully.


=head4 Content Types:

=over 4


=item * C<application/json>

Example (See the L<OpenAI spec for more detail|https://github.com/openai/openai-openapi/blob/ma

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.